Skip to content

Commit e7dc0d4

Browse files
committed
StyleCI fix
1 parent 6008cd1 commit e7dc0d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public function handle($request, Closure $next)
6262
protected function shouldPassThrough($request)
6363
{
6464
foreach ($this->except as $except) {
65-
6665
if ($except !== '/') {
6766
$except = trim($except, '/');
6867
}

0 commit comments

Comments
 (0)