Commit d9802fe6 authored by Taylor Otwell's avatar Taylor Otwell

flush output buffer in error class.

parent ad14938c
...@@ -13,7 +13,7 @@ class Error { ...@@ -13,7 +13,7 @@ class Error {
{ {
static::log($exception); static::log($exception);
//ob_get_level() and ob_end_clean(); ob_get_level() and ob_end_clean();
// If detailed errors are enabled, we'll just format the exception into // If detailed errors are enabled, we'll just format the exception into
// a simple error message and display it on the screen. We don't use a // a simple error message and display it on the screen. We don't use a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment