<?php

namespace ContainerJpqYdfD;

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

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

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

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

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