コード例 #1
0
ファイル: GameController.php プロジェクト: shx13/php-wars
 public function withdraw()
 {
     GameModel::withdraw();
     Redirect::to('game/');
 }