*/ class PxeTemplateRepository extends AbstractRepository { public function __construct(ManagerRegistry $registry) { parent::__construct($registry, PxeTemplate::class); } }