23 lines
909 B
PHP
23 lines
909 B
PHP
<?php
|
|
|
|
namespace Container42u2Kkn;
|
|
|
|
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 getCache_SystemService extends App_KernelDevDebugContainer
|
|
{
|
|
/**
|
|
* Gets the public 'cache.system' shared service.
|
|
*
|
|
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
return $container->services['cache.system'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lRYxSey3zV', 0, $container->getParameter('container.build_id'), ($container->targetDir.''.'/pools'), ($container->privates['logger'] ?? ($container->privates['logger'] = new \Symfony\Component\HttpKernel\Log\Logger())));
|
|
}
|
|
}
|