diff --git a/src/Models/GameRepository.php b/src/Models/GameRepository.php index 8635f09..64aff53 100644 --- a/src/Models/GameRepository.php +++ b/src/Models/GameRepository.php @@ -61,7 +61,7 @@ class GameRepository extends EntityRepository /** * @return int */ - public function getCount($date) { + public function getCount() { $query = $this->_em->createQuery( "SELECT COUNT(g.id) FROM ".Game::class." g" )