コード例 #1
0
ファイル: Login.php プロジェクト: runt18/github-api-1
 /**
  * @return self
  */
 public function dropToken()
 {
     $this->storage->remove('auth.token');
     return $this;
 }