Allow the renaming of the drivers remember cookie
This commit is contained in:
parent
1bd93c3327
commit
f5997b7f97
|
@ -215,7 +215,7 @@ protected function token()
|
||||||
*/
|
*/
|
||||||
protected function recaller()
|
protected function recaller()
|
||||||
{
|
{
|
||||||
return $this->name().'_remember';
|
return Config::get('auth.cookie', $this->name().'_remember');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue