Commit 6b77cc98 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #32 from pedroborges/master

Bug fixed on cookie.php
parents 79482dec 5742276f
...@@ -72,7 +72,7 @@ class Cookie { ...@@ -72,7 +72,7 @@ class Cookie {
*/ */
public static function forget($name) public static function forget($name)
{ {
return static::put($key, null, -60); return static::put($name, null, -60);
} }
} }
\ No newline at end of file
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