We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 905aec7 + 3462341 commit ca16b8aCopy full SHA for ca16b8a
src/Drivers/Log.php
@@ -15,7 +15,7 @@ public function register()
15
16
public function processLog(MessageSent $event)
17
{
18
- if (config('mail.driver') !== 'log') {
+ if (config('mail.default') !== 'log') {
19
return;
20
}
21
0 commit comments