<?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 getFactory2Service extends AdminKernelDevContainer
{
    /*
     * Gets the public 'PrestaShop\Module\Mbo\Distribution\Config\Appliers\Factory' shared autowired service.
     *
     * @return \PrestaShop\Module\Mbo\Distribution\Config\Appliers\Factory
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['PrestaShop\\Module\\Mbo\\Distribution\\Config\\Appliers\\Factory'] = new \PrestaShop\Module\Mbo\Distribution\Config\Appliers\Factory([($container->services['PrestaShop\\Module\\Mbo\\Distribution\\Config\\Appliers\\ThemeCatalogMenuConfigApplier'] ??= new \PrestaShop\Module\Mbo\Distribution\Config\Appliers\ThemeCatalogMenuConfigApplier()), ($container->services['PrestaShop\\Module\\Mbo\\Distribution\\Config\\Appliers\\ModuleSelectionMenuConfigApplier'] ??= new \PrestaShop\Module\Mbo\Distribution\Config\Appliers\ModuleSelectionMenuConfigApplier())]);
    }
}
