예제 #1
0
 public function save(Game $game)
 {
     $this->session->set('hangman', $game->getContext());
 }