8000 flush output buffer in error class. · laravel/laravel@d9802fe · GitHub
[go: up one dir, main page]

Skip to content

Commit d9802fe

Browse files
committed
flush output buffer in error class.
1 parent ad14938 commit d9802fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static function exception($exception, $trace = true)
1313
{
1414
static::log($exception);
1515

16-
//ob_get_level() and ob_end_clean();
16+
ob_get_level() and ob_end_clean();
1717

1818
// If detailed errors are enabled, we'll just format the exception into
1919
// a simple error message and display it on the screen. We don't use a

0 commit comments

Comments
 (0)
0