Pick log_channel from environment variable

This commit is contained in:
Sébastien Nikolaou
2018-11-16 13:47:37 +02:00
committed by GitHub
parent 822dcafe48
commit 546720c041

View File

@@ -131,6 +131,6 @@ return [
|
*/
'log_channel' => null,
'log_channel' => env('MAIL_LOG_CHANNEL'),
];