8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad14938 commit d9802feCopy full SHA for d9802fe
laravel/error.php
@@ -13,7 +13,7 @@ public static function exception($exception, $trace = true)
13
{
14
static::log($exception);
15
16
- //ob_get_level() and ob_end_clean();
+ ob_get_level() and ob_end_clean();
17
18
// If detailed errors are enabled, we'll just format the exception into
19
// a simple error message and display it on the screen. We don't use a
0 commit comments