Browse Source

Pick `log_channel` from environment variable

Sébastien Nikolaou 5 years ago
parent
commit
546720c041
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/mail.php

+ 1 - 1
config/mail.php

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