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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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