Commit 94f49c36 by Taylor Otwell

Merge pull request #663 from cviebrock/develop

Fix order of elements for Cookie::put() in Auth driver
parents 492b49a0 97de6ef1
...@@ -188,7 +188,7 @@ abstract class Driver { ...@@ -188,7 +188,7 @@ abstract class Driver {
extract($config); extract($config);
Cookie::put($name, $minutes, $value, $path, $domain, $secure); Cookie::put($name, $value, $minutes, $path, $domain, $secure);
} }
/** /**
......
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