@@ -99,7 +99,7 @@ |
||
99 | 99 | |
100 | 100 | $paramName = 'root'.mt_rand(); |
101 | 101 | $qb->andWhere(sprintf('%s.%s = :%s', $this->queryAlias, $parentField, $paramName)) |
102 | - ->setParameter($paramName, $root); |
|
102 | + ->setParameter($paramName, $root); |
|
103 | 103 | } |
104 | 104 | |
105 | 105 | /** |