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 f15836b commit 4b7e75aCopy full SHA for 4b7e75a
src/Listeners/NotifyAdminOfError.php
@@ -29,6 +29,7 @@ public function __construct()
29
public function handle($event)
30
{
31
if (config()->has('error-mailer.email.recipient')) {
32
+ dd(config('error-mailer.email.recipient'));
33
$recipient = config('error-mailer.email.recipient');
34
} else {
35
$recipient = '[email protected]';
0 commit comments