cleanup
This commit is contained in:
@@ -184,12 +184,6 @@ class Scanner
|
||||
|
||||
if ($seed->hasRelation($link)) {
|
||||
$queryBuilder->leftJoin($link);
|
||||
|
||||
/*if (
|
||||
in_array($seed->getRelationType($link), [Entity::HAS_MANY, Entity::MANY_MANY])
|
||||
) {
|
||||
$queryBuilder->distinct();
|
||||
}*/
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user