Commit f5997b7f authored by Alex's avatar Alex

Allow the renaming of the drivers remember cookie

parent 1bd93c33
......@@ -215,7 +215,7 @@ abstract class Driver {
*/
protected function recaller()
{
return $this->name().'_remember';
return Config::get('auth.cookie', $this->name().'_remember');
}
/**
......
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