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()
|
protected function recaller()
|
||||||
{
|
{
|
||||||
return $this->name().'_remember';
|
return Config::get('auth.cookie', $this->name().'_remember');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user