fix double return.

This commit is contained in:
Taylor Otwell
2012-04-19 08:11:29 -05:00
parent a19b8b9675
commit ed2df89c3e

View File

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