Skip to content

Commit 5bd2744

Browse files
update readme
1 parent 189f155 commit 5bd2744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Laravel exception notifier will send an email of of the error along with the sta
3232
php artisan vendor:publish --tag=laravelexceptionnotifier
3333
```
3434
35-
4. In `App\Exceptions/Handler.php` include the following classes in the head:
35+
4. In `App\Exceptions\Handler.php` include the following classes in the head:
3636
3737
```
3838
use App\Mail\ExceptionOccured;
@@ -41,7 +41,7 @@ Laravel exception notifier will send an email of of the error along with the sta
4141
use Symfony\Component\Debug\Exception\FlattenException;
4242
```
4343
44-
5. In `App\Exceptions/Handler.php` replace the `report()` method with:
44+
5. In `App\Exceptions\Handler.php` replace the `report()` method with:
4545
4646
```
4747
/**
@@ -71,7 +71,7 @@ Laravel exception notifier will send an email of of the error along with the sta
7171
}
7272
```
7373
74-
6. In `App\Exceptions/Handler.php` the method `sendEmail()`:
74+
6. In `App\Exceptions\Handler.php` the method `sendEmail()`:
7575
7676
```
7777
/**

0 commit comments

Comments
 (0)