Commit 07f3f5d0 authored by Taylor Otwell's avatar Taylor Otwell

tweaking the error bootstrap file.

parent 543a487b
...@@ -78,9 +78,9 @@ register_shutdown_function(function() use ($handler) ...@@ -78,9 +78,9 @@ register_shutdown_function(function() use ($handler)
}); });
/** /**
* Set the error reporting and display levels. Since the framework * Turn off all PHP error reporting and display. Since the framework
* will be displaying the exception messages, we don't want PHP to * will be displaying the exception messages, we don't want PHP to
* display any error information. * display any ugly error information.
*/ */
error_reporting(-1); error_reporting(-1);
......
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