9 lines
713 B
PHP
9 lines
713 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 'mbo.recommendedlinks.provider' shared service.
|
|
|
|
return $this->services['mbo.recommendedlinks.provider'] = new \PrestaShop\Module\Mbo\RecommendedLink\RecommendedLinkProvider(${($_ = isset($this->services['prestashop.adapter.legacy.context']) ? $this->services['prestashop.adapter.legacy.context'] : $this->getPrestashop_Adapter_Legacy_ContextService()) && false ?: '_'}, ${($_ = isset($this->services['serializer']) ? $this->services['serializer'] : $this->load('getSerializerService.php')) && false ?: '_'});
|