Logging
This commit is contained in:
@ -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();
|
||||
}
|
||||
?>
|
||||
}*/
|
||||
?>
|
||||
|
Reference in New Issue
Block a user