Query crutchy fix.
This commit is contained in:
parent
aedc15a204
commit
5778404813
|
@ -67,7 +67,8 @@ class UserRepository extends EntityRepository
|
||||||
throw new \InvalidArgumentException('$limit must be an integer');
|
throw new \InvalidArgumentException('$limit must be an integer');
|
||||||
}
|
}
|
||||||
|
|
||||||
$qb = $this->createQueryBuilder('s');
|
// TODO: refactor query
|
||||||
|
$qb = $this->getEntityManager()->getRepository('SkobkinPointToolsBundle:Subscription')->createQueryBuilder('s');
|
||||||
|
|
||||||
return $qb
|
return $qb
|
||||||
->select(['COUNT(s.subscriber) as cnt', 'NEW SkobkinPointToolsBundle:TopUserDTO(a.login, COUNT(s.subscriber))'])
|
->select(['COUNT(s.subscriber) as cnt', 'NEW SkobkinPointToolsBundle:TopUserDTO(a.login, COUNT(s.subscriber))'])
|
||||||
|
|
Loading…
Reference in a new issue