Skip to content

Commit 546720c

Browse files
authored
Pick log_channel from environment variable
1 parent 822dcaf commit 546720c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@
131131
|
132132
*/
133133

134-
'log_channel' => null,
134+
'log_channel' => env('MAIL_LOG_CHANNEL'),
135135

136136
];

0 commit comments

Comments
 (0)