var/cache/dev/ContainerLqAXrOp/getSession_Storage_MockFileService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerLqAXrOp;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getSession_Storage_MockFileService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'session.storage.mock_file' shared service.
  12.      *
  13.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage
  14.      *
  15.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.mock_file" service is deprecated, use "session.storage.factory.mock_file" instead.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.mock_file" service is deprecated, use "session.storage.factory.mock_file" instead.');
  20.         return new \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage(($container->targetDir.''.'/sessions'), 'MOCKSESSID'$container->load('getSession_Storage_MetadataBagService'));
  21.     }
  22. }