diff --git a/laravel/error.php b/laravel/error.php index bf668d8a..c798666a 100644 --- a/laravel/error.php +++ b/laravel/error.php @@ -62,8 +62,6 @@ class Error { if (in_array($code, Config::get('error.ignore'))) { return static::log($exception); - - return true; } static::exception($exception);