8000 fix double return. · allforweb/laravel@ed2df89 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed2df89

Browse files
committed
fix double return.
1 parent a19b8b9 commit ed2df89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

laravel/error.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ public static function native($code, $error, $file, $line)
6262
if (in_array($code, Config::get('error.ignore')))
6363
{
6464
return static::log($exception);
65-
66-
return true;
6765
}
6866

6967
static::exception($exception);

0 commit comments

Comments
 (0)
0