Browse Source

fix double return.

Taylor Otwell 12 years ago
parent
commit
ed2df89c3e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      laravel/error.php

+ 0 - 2
laravel/error.php

@@ -62,8 +62,6 @@ class Error {
 		if (in_array($code, Config::get('error.ignore')))
 		if (in_array($code, Config::get('error.ignore')))
 		{
 		{
 			return static::log($exception);
 			return static::log($exception);
-
-			return true;
 		}
 		}
 
 
 		static::exception($exception);
 		static::exception($exception);