services['PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\ProductController'] = $instance = new \PrestaShopBundle\Controller\Admin\Sell\Catalog\Product\ProductController(($this->services['PrestaShop\\PrestaShop\\Adapter\\Product\\Repository\\ProductRepository'] ?? $this->load('getProductRepositoryService.php')));
$instance->setContainer($this);
return $instance;