<?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 getQuickAccessService extends AdminKernelDevContainer
{
    /*
     * Gets the private 'PrestaShopBundle\Twig\Component\QuickAccess' autowired service.
     *
     * @return \PrestaShopBundle\Twig\Component\QuickAccess
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->factories['service_container']['PrestaShopBundle\\Twig\\Component\\QuickAccess'] = function ($container) {
            $a = ($container->privates['PrestaShopBundle\\Twig\\Layout\\MenuBuilder'] ?? self::getMenuBuilderService($container));

            if (isset($container->privates['PrestaShopBundle\\Twig\\Component\\QuickAccess'])) {
                return $container->privates['PrestaShopBundle\\Twig\\Component\\QuickAccess'];
            }
            $b = ($container->services['PrestaShop\\PrestaShop\\Core\\QuickAccess\\QuickAccessGenerator'] ?? $container->load('getQuickAccessGeneratorService'));

            if (isset($container->privates['PrestaShopBundle\\Twig\\Component\\QuickAccess'])) {
                return $container->privates['PrestaShopBundle\\Twig\\Component\\QuickAccess'];
            }

            return new \PrestaShopBundle\Twig\Component\QuickAccess(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, $b);
        };

        return $container->factories['service_container']['PrestaShopBundle\\Twig\\Component\\QuickAccess']($container);
    }
}
