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