<?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 getAPIClientCommandService extends AdminKernelDevDebugContainer
{
    /**
     * Gets the public 'PrestaShopBundle\Command\APIClientCommand' shared autowired service.
     *
     * @return \PrestaShopBundle\Command\APIClientCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['PrestaShopBundle\\Command\\APIClientCommand'] = $instance = new \PrestaShopBundle\Command\APIClientCommand(($container->services['prestashop.core.command_bus'] ?? $container->load('getPrestashop_Core_CommandBusService')), ($container->privates['PrestaShopBundle\\ApiPlatform\\Scopes\\CachedApiResourceScopesExtractor'] ?? $container->load('getCachedApiResourceScopesExtractorService')), ($container->services['PrestaShopBundle\\Entity\\Repository\\ApiClientRepository'] ?? self::getApiClientRepositoryService($container)));

        $instance->setName('prestashop:api-client');
        $instance->setDescription('Manage API Client.');

        return $instance;
    }
}
