mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	DX: remove unused property
This commit is contained in:
		| @@ -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 | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user