Remove extra lines.
This commit is contained in:
@@ -17,7 +17,6 @@ class ErrorServiceProvider extends ServiceProvider {
|
||||
// even register several error handlers to handle different types of
|
||||
// exceptions. If nothing is returned, the default error view is
|
||||
// shown, which includes a detailed stack trace during debug.
|
||||
|
||||
App::error(function(Exception $e)
|
||||
{
|
||||
Log::error($e);
|
||||
|
||||
Reference in New Issue
Block a user