Commit ed2df89c authored by Taylor Otwell's avatar Taylor Otwell

fix double return.

parent a19b8b96
......@@ -62,8 +62,6 @@ class Error {
if (in_array($code, Config::get('error.ignore')))
{
return static::log($exception);
return true;
}
static::exception($exception);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment