Skip to content

Commit 4b7e75a

Browse files
committed
fix command to publish config file
1 parent f15836b commit 4b7e75a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Listeners/NotifyAdminOfError.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function __construct()
2929
public function handle($event)
3030
{
3131
if (config()->has('error-mailer.email.recipient')) {
32+
dd(config('error-mailer.email.recipient'));
3233
$recipient = config('error-mailer.email.recipient');
3334
} else {
3435
$recipient = '[email protected]';

0 commit comments

Comments
 (0)