mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
[CS] remove dead code
This commit is contained in:
parent
59b22dbb6d
commit
052c0e1969
@ -38,12 +38,4 @@ class AbstractAccompanyingPeriodExportElement
|
|||||||
$query->join('acppart.accompanyingPeriod', 'acp');
|
$query->join('acppart.accompanyingPeriod', 'acp');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Return true if "accompanying_period" alias is present in the query alises.
|
|
||||||
*/
|
|
||||||
protected function havingAccompanyingPeriodInJoin(QueryBuilder $query): bool
|
|
||||||
{
|
|
||||||
return in_array('acp', $query->getAllAliases(), true);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user