fix double return.
This commit is contained in:
parent
a19b8b9675
commit
ed2df89c3e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue