<?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 getModuleCommandService extends AdminKernelDevDebugContainer
{
    /**
     * Gets the public 'PrestaShopBundle\Command\ModuleCommand' shared autowired service.
     *
     * @return \PrestaShopBundle\Command\ModuleCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['PrestaShopBundle\\Command\\ModuleCommand'] = new \PrestaShopBundle\Command\ModuleCommand(($container->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? self::getTranslatorInterfaceService($container)), ($container->services['PrestaShop\\PrestaShop\\Adapter\\LegacyContext'] ?? self::getLegacyContextService($container)), ($container->services['.container.private.prestashop.adapter.module.self_configurator'] ?? $container->load('get_Container_Private_Prestashop_Adapter_Module_SelfConfiguratorService')), ($container->services['PrestaShop\\PrestaShop\\Core\\Module\\ModuleManager'] ?? $container->load('getModuleManagerService')), ($container->services['PrestaShop\\PrestaShop\\Core\\Context\\ContextBuilderPreparer'] ?? $container->load('getContextBuilderPreparerService')), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Configuration'] ??= new \PrestaShop\PrestaShop\Adapter\Configuration()));
    }
}
