<?php

namespace ContainerYfsqiAB;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getDoctrineProviderService extends AdminKernelDevContainer
{
    /*
     * Gets the public 'Doctrine\Common\Cache\Psr6\DoctrineProvider' shared autowired service.
     *
     * @return \Doctrine\Common\Cache\Psr6\DoctrineProvider
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider'] = \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($container->services['Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter'] ??= new \Symfony\Component\Cache\Adapter\FilesystemAdapter('', 0, (\dirname(__DIR__, 3).'/prod/%/ps_mbo'))));
    }
}
