Pick log_channel from environment variable
This commit is contained in:
committed by
GitHub
parent
822dcafe48
commit
546720c041
@@ -131,6 +131,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'log_channel' => null,
|
||||
'log_channel' => env('MAIL_LOG_CHANNEL'),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user