Skip to content

Commit 5abd3ae

Browse files
committed
[FIX] (config) fix default subject title
1 parent 3531952 commit 5abd3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/error-mailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'email' => [
55
'recipient' => '[email protected]',
6-
'subject' => 'An error was occured - ' . env('APP_NAME'),
6+
'subject' => 'An error has occured - ' . env('APP_NAME'),
77
],
88

99
'disabledOn' => [

0 commit comments

Comments
 (0)