Commit 912f4e5e authored by Taylor Otwell's avatar Taylor Otwell

Fix forever length.

parent 3bbc809c
...@@ -7,7 +7,7 @@ class Cookie { ...@@ -7,7 +7,7 @@ class Cookie {
* *
* @var int * @var int
*/ */
const forever = 525600; const forever = 2628000;
/** /**
* The cookies that have been set. * The cookies that have been set.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment