<?php
namespace ContainerC9ULHTc;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getPluginContextService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Eccube\Service\PluginContext' shared autowired service.
*
* @return \Eccube\Service\PluginContext
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/PluginContext.php';
return $container->privates['Eccube\\Service\\PluginContext'] = new \Eccube\Service\PluginContext(($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))));
}
}