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 2c72a2d commit c37ed09Copy full SHA for c37ed09
src/Drivers/Log.php
@@ -15,10 +15,10 @@ public function register()
15
16
public function processLog(MessageSent $event)
17
{
18
- if(config('mail.driver') !== 'log') {
+ if (config('mail.driver') !== 'log') {
19
return;
20
}
21
-
+
22
/** @var InboundEmail $modelClass */
23
$modelClass = config('mailbox.model');
24
$email = $modelClass::fromMessage($event->message);
0 commit comments