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