Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 4, 2019
1 parent 9bb7685 commit 499e4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Session/Middleware/StartSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct(SessionManager $manager)
public function handle($request, Closure $next)
{
if (! $this->sessionConfigured()) {
return next($request);
return $next($request);
}

// If a session driver has been configured, we will need to start the session here
Expand Down

0 comments on commit 499e4fe

Please sign in to comment.