File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments