Skip to content

Commit

Permalink
return session
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 29, 2018
1 parent 2088ce2 commit e546a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public function session()
throw new RuntimeException('Session store not set on request.');
}

return $this->getSession();
return $this->session;
}

/**
Expand Down

0 comments on commit e546a5b

Please sign in to comment.