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 f0c6bf2 commit 42dda56Copy full SHA for 42dda56
src/Listeners/NotifyAdminOfError.php
@@ -34,8 +34,6 @@ public function handle($event)
34
$recipient = '[email protected]';
35
}
36
37
- dd($recipient);
38
-
39
Mail::to($recipient)->send(new ErrorOccurred($event->context['exception']));
40
41
0 commit comments