|
@@ -69,7 +69,7 @@ |
|
|
block discarded – undo |
|
69
|
69
|
* @param string $relationAlias the previous relation alias to keep it unique |
|
70
|
70
|
* @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 |
|
71
|
71
|
*/ |
|
72
|
|
- private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $propertyMetadataOptions = [], string $originAlias = 'o', string &$relationAlias = 'a', bool $wasLeftJoin = false) |
|
|
72
|
+ private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $propertyMetadataOptions = [], string $originAlias = 'o', string & $relationAlias = 'a', bool $wasLeftJoin = false) |
|
73
|
73
|
{ |
|
74
|
74
|
$entityManager = $queryBuilder->getEntityManager(); |
|
75
|
75
|
$classMetadata = $entityManager->getClassMetadata($resourceClass); |
Please login to merge, or discard this patch.