Skip to content

Commit 42dda56

Browse files
committed
fix command to publish config file
1 parent f0c6bf2 commit 42dda56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Listeners/NotifyAdminOfError.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public function handle($event)
3434
$recipient = '[email protected]';
3535
}
3636

37-
dd($recipient);
38-
3937
Mail::to($recipient)->send(new ErrorOccurred($event->context['exception']));
4038
}
4139
}

0 commit comments

Comments
 (0)