This commit is contained in:
Aldarien
2023-02-10 15:14:34 +00:00
parent 87643a5b99
commit 84d50e0209
2 changed files with 76 additions and 48 deletions

View File

@ -1,7 +1,7 @@
<?php
if (config('app.debug')) {
/*if (config('app.debug')) {
$whoops = new \Whoops\Run;
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
$whoops->register();
}
?>
}*/
?>