Commit ded215d0 authored by Taylor Otwell's avatar Taylor Otwell

change cookie::sign to public.

parent 2504f869
...@@ -147,7 +147,7 @@ class Cookie { ...@@ -147,7 +147,7 @@ class Cookie {
* @param string $value * @param string $value
* @return string * @return string
*/ */
protected static function sign($name, $value) public static function sign($name, $value)
{ {
return static::hash($name, $value).'~'.$value; return static::hash($name, $value).'~'.$value;
} }
......
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