services['PrestaShopBundle\\Controller\\Api\\AttributeController'] = $instance = new \PrestaShopBundle\Controller\Api\AttributeController();
$instance->featureAttributeRepository = ($this->services['prestashop.core.api.feature_attribute.repository'] ?? $this->load('getPrestashop_Core_Api_FeatureAttribute_RepositoryService.php'));
$instance->setLogger(($this->services['logger'] ?? $this->getLoggerService()));
$instance->setContainer($this);
return $instance;