services['PrestaShop\\PrestaShop\\Adapter\\Product\\Image\\Repository\\ProductImageRepository'] = new \PrestaShop\PrestaShop\Adapter\Product\Image\Repository\ProductImageRepository(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), 'psot_', ($this->services['PrestaShop\\PrestaShop\\Adapter\\Product\\Repository\\ProductRepository'] ?? $this->load('getProductRepositoryService.php')), ($this->services['PrestaShop\\PrestaShop\\Adapter\\Product\\Image\\Validate\\ProductImageValidator'] ?? ($this->services['PrestaShop\\PrestaShop\\Adapter\\Product\\Image\\Validate\\ProductImageValidator'] = new \PrestaShop\PrestaShop\Adapter\Product\Image\Validate\ProductImageValidator())));