<?php

namespace ContainerK7EGPmB;

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 getCommandProcessorService extends AdminKernelProdContainer
{
    /*
     * Gets the private 'PrestaShopBundle\ApiPlatform\Processor\CommandProcessor' shared autowired service.
     *
     * @return \PrestaShopBundle\ApiPlatform\Processor\CommandProcessor
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['PrestaShopBundle\\ApiPlatform\\Processor\\CommandProcessor'] = new \PrestaShopBundle\ApiPlatform\Processor\CommandProcessor(($container->services['prestashop.core.command_bus'] ?? $container->load('getPrestashop_Core_CommandBusService')), ($container->privates['PrestaShopBundle\\ApiPlatform\\Serializer\\CQRSApiSerializer'] ?? self::getCQRSApiSerializerService($container)), ($container->privates['PrestaShopBundle\\ApiPlatform\\ContextParametersProvider'] ?? self::getContextParametersProviderService($container)));
    }
}
