fix double return.

This commit is contained in:
Taylor Otwell 2012-04-19 08:11:29 -05:00
parent a19b8b9675
commit ed2df89c3e
1 changed files with 0 additions and 2 deletions

View File

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