refactoring.

This commit is contained in:
Taylor Otwell
2011-11-01 20:35:02 -05:00
parent 6810b99d38
commit 88c8cf6c10
2 changed files with 2 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ class Cookie {
*/
public static function forget($name)
{
return static::put($name, null, -1500);
return static::put($name, null, -2000);
}
}