@@ -21,9 +21,9 @@ |
||
21 | 21 | $countFrom = $this->getCountFrom(); |
22 | 22 | |
23 | 23 | $qb->select("COUNT($countFrom)") |
24 | - ->setMaxResults(null) |
|
25 | - ->setFirstResult(null) |
|
26 | - ->resetQueryPart('orderBy'); |
|
24 | + ->setMaxResults(null) |
|
25 | + ->setFirstResult(null) |
|
26 | + ->resetQueryPart('orderBy'); |
|
27 | 27 | |
28 | 28 | return (int) $qb->execute()->fetchColumn(); |
29 | 29 | } |