Set token.

This commit is contained in:
Taylor Otwell
2012-05-02 15:41:38 -05:00
parent b10b8e3862
commit f0a6111021

View File

@@ -105,6 +105,8 @@ abstract class Driver {
*/
public function login($token, $remember = false)
{
$this->token = $token;
$this->store($token);
if ($remember) $this->remember($token);