Files
masimmo.pl/var/cache/prod/ContainerIdpxe97/getAttributeController3Service.php
2024-11-20 09:09:44 +01:00

15 lines
903 B
PHP

<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'PrestaShopBundle\Controller\Api\AttributeController' shared service.
$this->services['PrestaShopBundle\\Controller\\Api\\AttributeController'] = $instance = new \PrestaShopBundle\Controller\Api\AttributeController();
$instance->featureAttributeRepository = ${($_ = isset($this->services['prestashop.core.api.feature_attribute.repository']) ? $this->services['prestashop.core.api.feature_attribute.repository'] : $this->load('getPrestashop_Core_Api_FeatureAttribute_RepositoryService.php')) && false ?: '_'};
$instance->setLogger(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
$instance->setContainer($this);
return $instance;