|
@@ -76,7 +76,7 @@ |
|
|
block discarded – undo |
|
76
|
76
|
* @param string $relationAlias the previous relation alias to keep it unique |
|
77
|
77
|
* @param bool $wasLeftJoin if the relation containing the new one had a left join, we have to force the new one to left join too |
|
78
|
78
|
*/ |
|
79
|
|
- private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $context = [], string $originAlias = 'o', string &$relationAlias = 'a', bool $wasLeftJoin = false) |
|
|
79
|
+ private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $context = [], string $originAlias = 'o', string & $relationAlias = 'a', bool $wasLeftJoin = false) |
|
80
|
80
|
{ |
|
81
|
81
|
$classMetadata = $queryBuilder->getEntityManager()->getClassMetadata($resourceClass); |
|
82
|
82
|
$j = 0; |
Please login to merge, or discard this patch.