services['PrestaShopBundle\\Controller\\Api\\ManufacturerController'] = $instance = new \PrestaShopBundle\Controller\Api\ManufacturerController();
$instance->manufacturerRepository = ($this->services['prestashop.core.api.manufacturer.repository'] ?? $this->load('getPrestashop_Core_Api_Manufacturer_RepositoryService.php'));
$instance->setLogger(($this->services['logger'] ?? $this->getLoggerService()));
$instance->setContainer($this);
return $instance;