Skip to content

Commit

Permalink
formatting (#36623)
Browse files Browse the repository at this point in the history
spacing
  • Loading branch information
felixdorn authored Mar 17, 2021
1 parent 52edf7d commit 0a89a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Session/Middleware/StartSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ public function handle($request, Closure $next)
if ($this->manager->shouldBlock() ||
($request->route() instanceof Route && $request->route()->locksFor())) {
return $this->handleRequestWhileBlocking($request, $session, $next);
} else {
return $this->handleStatefulRequest($request, $session, $next);
}

return $this->handleStatefulRequest($request, $session, $next);
}

/**
Expand Down

0 comments on commit 0a89a87

Please sign in to comment.