<?php

namespace ContainerNcOKZQY;

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 getConfigCommandService extends AdminKernelProdDebugContainer
{
    /**
     * Gets the public 'PrestaShopBundle\Command\ConfigCommand' shared service.
     *
     * @return \PrestaShopBundle\Command\ConfigCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['PrestaShopBundle\\Command\\ConfigCommand'] = new \PrestaShopBundle\Command\ConfigCommand(($container->services['PrestaShop\\PrestaShop\\Adapter\\Configuration'] ??= new \PrestaShop\PrestaShop\Adapter\Configuration()), ($container->services['prestashop.adapter.data_provider.language'] ??= new \PrestaShop\PrestaShop\Adapter\Language\LanguageDataProvider()));
    }
}
