Commit f0a61110 authored by Taylor Otwell's avatar Taylor Otwell

Set token.

parent b10b8e38
...@@ -105,6 +105,8 @@ abstract class Driver { ...@@ -105,6 +105,8 @@ abstract class Driver {
*/ */
public function login($token, $remember = false) public function login($token, $remember = false)
{ {
$this->token = $token;
$this->store($token); $this->store($token);
if ($remember) $this->remember($token); if ($remember) $this->remember($token);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment