<?php
namespace ContainerLqAXrOp;
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 getSession_Storage_MockFileService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'session.storage.mock_file' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.mock_file" service is deprecated, use "session.storage.factory.mock_file" instead.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.mock_file" service is deprecated, use "session.storage.factory.mock_file" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage(($container->targetDir.''.'/sessions'), 'MOCKSESSID', $container->load('getSession_Storage_MetadataBagService'));
}
}