Hook test

This commit is contained in:
Dennis Eichhorn 2018-06-24 17:28:53 +02:00
parent acfcba9d67
commit 9ad5fda8c4

View File

@ -43,6 +43,9 @@ final class UnhandledHandler
'line' => $e->getLine(),
'file' => $e->getFile(),
]);
$r= 2;
var_dump('test');
}
/**