Ejemplo n.º 1
0
 /**
  * @return self
  */
 public function dropToken()
 {
     $this->storage->remove('auth.token');
     return $this;
 }