class = CreditConfigInterface::class; $this->type = CreditConfigType::class; $this->template = "default"; $this->routePrefix = "lc_shop_credit_config"; parent::__construct($entityManager); } }