Stats per day

This commit is contained in:
Ruben 2017-03-31 12:39:53 +02:00
parent 098ddae13c
commit 7e7c37ab52
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)