Stats per day
This commit is contained in:
parent
098ddae13c
commit
7e7c37ab52
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class GameRepository extends EntityRepository
|
||||||
/**
|
/**
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getCount($date) {
|
public function getCount() {
|
||||||
$query = $this->_em->createQuery(
|
$query = $this->_em->createQuery(
|
||||||
"SELECT COUNT(g.id) FROM ".Game::class." g"
|
"SELECT COUNT(g.id) FROM ".Game::class." g"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue