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