config
This commit is contained in:
7
app_old/bootstrap/errors.php
Normal file
7
app_old/bootstrap/errors.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
/*if (config('app.debug')) {
|
||||
$whoops = new \Whoops\Run;
|
||||
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
|
||||
$whoops->register();
|
||||
}*/
|
||||
?>
|
Reference in New Issue
Block a user