Merge pull request #1793 from alexgalletti/patch-1
Allow the renaming of the drivers remember cookie
This commit is contained in:
@@ -215,7 +215,7 @@ abstract class Driver {
|
||||
*/
|
||||
protected function recaller()
|
||||
{
|
||||
return $this->name().'_remember';
|
||||
return Config::get('auth.cookie', $this->name().'_remember');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -228,4 +228,4 @@ abstract class Driver {
|
||||
return strtolower(str_replace('\\', '_', get_class($this)));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user