Skip to content

Commit 0a89a87

Browse files
authored
formatting (#36623)
spacing
1 parent 52edf7d commit 0a89a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Session/Middleware/StartSession.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ public function handle($request, Closure $next)
5959
if ($this->manager->shouldBlock() ||
6060
($request->route() instanceof Route && $request->route()->locksFor())) {
6161
return $this->handleRequestWhileBlocking($request, $session, $next);
62-
} else {
63-
return $this->handleStatefulRequest($request, $session, $next);
6462
}
63+
64+
return $this->handleStatefulRequest($request, $session, $next);
6565
}
6666

6767
/**

0 commit comments

Comments
 (0)