コード例 #1
0
ファイル: AccountController.php プロジェクト: shx13/skeletor
 public function logout()
 {
     LoginModel::logout();
     Teleport::home();
 }