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 3531952 commit 5abd3aeCopy full SHA for 5abd3ae
config/error-mailer.php
@@ -3,7 +3,7 @@
3
return [
4
'email' => [
5
'recipient' => '[email protected]',
6
- 'subject' => 'An error was occured - ' . env('APP_NAME'),
+ 'subject' => 'An error has occured - ' . env('APP_NAME'),
7
],
8
9
'disabledOn' => [
0 commit comments