Set token.
This commit is contained in:
parent
b10b8e3862
commit
f0a6111021
|
@ -105,6 +105,8 @@ abstract public function attempt($arguments = array());
|
|||
*/
|
||||
public function login($token, $remember = false)
|
||||
{
|
||||
$this->token = $token;
|
||||
|
||||
$this->store($token);
|
||||
|
||||
if ($remember) $this->remember($token);
|
||||
|
|
Loading…
Reference in New Issue