Exemple #1
0
 public function withdraw()
 {
     GameModel::withdraw();
     Redirect::to('game/');
 }