|
@@ -87,7 +87,7 @@ |
|
|
block discarded – undo |
|
87
|
87
|
* @param string $relationAlias the previous relation alias to keep it unique |
|
88
|
88
|
* @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 |
|
89
|
89
|
*/ |
|
90
|
|
- private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $options = [], string $originAlias = 'o', string &$relationAlias = 'a', bool $wasLeftJoin = false) |
|
|
90
|
+ private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $options = [], string $originAlias = 'o', string & $relationAlias = 'a', bool $wasLeftJoin = false) |
|
91
|
91
|
{ |
|
92
|
92
|
$entityManager = $queryBuilder->getEntityManager(); |
|
93
|
93
|
$classMetadata = $entityManager->getClassMetadata($resourceClass); |
Please login to merge, or discard this patch.