Exemplo n.º 1
0
 public function addGame(\BBM\Game $game)
 {
     $this->_load();
     return parent::addGame($game);
 }