コード例 #1
0
ファイル: Auth.php プロジェクト: puggin/pugs
 public function getAuth()
 {
     return new Ok(['token' => $this->auth->createToken()]);
 }