Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit d8f7590

Browse files
Philip KraussPhilip Krauss
Philip Krauss
authored and
Philip Krauss
committed
add php as code format
1 parent cb102b6 commit d8f7590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Replace the default exception handler with overloading APM handler. The APM clas
3030
extending Laravel's "default" exception handler `app/Exceptions/Handler`.
3131
In `bootstrap/app.php` remove the default handler `App\Exceptions\Handler::class` with `PhilKra\Exceptions\Elastic\ApmAgent::class`.
3232

33-
```
33+
```php
3434
$app->singleton(
3535
Illuminate\Contracts\Debug\ExceptionHandler::class,
3636
PhilKra\Exceptions\Elastic\ApmAgent::class

0 commit comments

Comments
 (0)