Skip to content

Commit e1df3ac

Browse files
author
Mario Ravalli
committed
setted php_error_handler
1 parent 5d6897c commit e1df3ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
(static function(): void {
1111
require __DIR__ . '/vendor/autoload.php';
1212

13+
set_error_handler('\Mrkrash\Base\php_error_handler');
14+
1315
try {
1416
$app = App::bootstrap();
1517
$request = ServerRequestFactory::fromGlobals();

0 commit comments

Comments
 (0)