|
@@ -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');
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -228,4 +228,4 @@ abstract class Driver {
|
|
return strtolower(str_replace('\\', '_', get_class($this)));
|
|
return strtolower(str_replace('\\', '_', get_class($this)));
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|