Skip to content

Commit

Permalink
Add missing property. (#15664)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored and taylorotwell committed Sep 29, 2016
1 parent 474dcaa commit e6a81b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Illuminate/Session/CookieSessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ class CookieSessionHandler implements SessionHandlerInterface
*/
protected $request;

/*
* The number of minutes the session should be valid.
*
* @var int
*/
protected $minutes;

/**
* Create a new cookie driven handler instance.
*
Expand Down

0 comments on commit e6a81b6

Please sign in to comment.