9 lines
1015 B
PHP
9 lines
1015 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 'PrestaShop\Module\BlockWishList\Controller\WishlistConfigurationAdminController' shared service.
|
|
|
|
return $this->services['PrestaShop\\Module\\BlockWishList\\Controller\\WishlistConfigurationAdminController'] = new \PrestaShop\Module\BlockWishList\Controller\WishlistConfigurationAdminController(${($_ = isset($this->services['doctrine.cache.provider']) ? $this->services['doctrine.cache.provider'] : ($this->services['doctrine.cache.provider'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDirs[0].'/doctrine')))) && false ?: '_'}, ${($_ = isset($this->services['prestashop.adapter.shop.context']) ? $this->services['prestashop.adapter.shop.context'] : ($this->services['prestashop.adapter.shop.context'] = new \PrestaShop\PrestaShop\Adapter\Shop\Context())) && false ?: '_'}->getContextShopID());
|