15 lines
903 B
PHP
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;
|