*/ class EventBudgetElementRepository extends ServiceEntityRepository { public function __construct(ManagerRegistry $registry) { parent::__construct($registry, EventBudgetElement::class); } }