DX: remove unused property

This commit is contained in:
Julien Fastré 2023-11-13 12:09:43 +01:00
parent 847c8238e8
commit d01b6db5dc
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -19,11 +19,10 @@ use Chill\PersonBundle\Export\Declarations;
use Doctrine\ORM\Query\Expr;
use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
class ChildrenNumberAggregator implements AggregatorInterface
{
public function __construct(private readonly TranslatorInterface $translator, private readonly RollingDateConverterInterface $rollingDateConverter) {}
public function __construct(private readonly RollingDateConverterInterface $rollingDateConverter) {}
public function addRole(): ?string
{