We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37ed09 commit 71f876cCopy full SHA for 71f876c
src/Drivers/Log.php
@@ -16,7 +16,7 @@ public function register()
16
public function processLog(MessageSent $event)
17
{
18
if (config('mail.driver') !== 'log') {
19
- return;
+ return;
20
}
21
22
/** @var InboundEmail $modelClass */
0 commit comments