Pick `log_channel` from environment variable
This commit is contained in:
parent
822dcafe48
commit
546720c041
|
@ -131,6 +131,6 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'log_channel' => null,
|
||||
'log_channel' => env('MAIL_LOG_CHANNEL'),
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue