Skip to content

Commit ca16b8a

Browse files
authored
Merge pull request #60 from isarphilipp/patch-1
Fix local mail handling in Laravel 7.x
2 parents 905aec7 + 3462341 commit ca16b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/Log.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function register()
1515

1616
public function processLog(MessageSent $event)
1717
{
18-
if (config('mail.driver') !== 'log') {
18+
if (config('mail.default') !== 'log') {
1919
return;
2020
}
2121

0 commit comments

Comments
 (0)