Skip to content

Commit 71f876c

Browse files
authored
Fix styleci issues... again :O
1 parent c37ed09 commit 71f876c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/Log.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function register()
1616
public function processLog(MessageSent $event)
1717
{
1818
if (config('mail.driver') !== 'log') {
19-
return;
19+
return;
2020
}
2121

2222
/** @var InboundEmail $modelClass */

0 commit comments

Comments
 (0)