fix double return.
This commit is contained in:
@@ -62,8 +62,6 @@ class Error {
|
||||
if (in_array($code, Config::get('error.ignore')))
|
||||
{
|
||||
return static::log($exception);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
static::exception($exception);
|
||||
|
||||
Reference in New Issue
Block a user