Skip to content

Commit 7909e3a

Browse files
committed
update README
1 parent 75f60f2 commit 7909e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ This will create a `config/error-mailer.php` file in your Laravel project.
3737
return [
3838
'email' => [
3939
'recipient' => '[email protected]',
40-
'subject' => 'Une erreur est survenue - ' . env('APP_NAME'),
40+
'subject' => 'An error was occured - ' . env('APP_NAME'),
4141
],
4242

4343
'disabledOn' => [
44-
// 'local',
44+
//
4545
],
4646
];
4747
```

0 commit comments

Comments
 (0)