Fix forever length.

This commit is contained in:
Taylor Otwell 2013-01-05 14:01:39 -06:00
parent 3bbc809c12
commit 912f4e5e72
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Cookie {
*
* @var int
*/
const forever = 525600;
const forever = 2628000;
/**
* The cookies that have been set.