Skip to content

Commit

Permalink
Clean code.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jan 15, 2016
1 parent 11ef735 commit 9a75f5e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/SocialiteManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,6 @@ protected function createDefaultRequest()
$request = Request::createFromGlobals();
$session = new Session();

// check session status.
if (\PHP_SESSION_ACTIVE !== session_status()) {
$session->start();
}

$request->setSession($session);

return $request;
Expand Down

0 comments on commit 9a75f5e

Please sign in to comment.