Commit 5742276f authored by Pedro Borges's avatar Pedro Borges

Bug fixed on cookie.php

parent 79482dec
...@@ -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