<?php

namespace ContainerRYWeSXx;

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 getSearchExpeditionsByCustomerToolService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Mcp\Tool\Expedition\SearchExpeditionsByCustomerTool' shared autowired service.
     *
     * @return \App\Mcp\Tool\Expedition\SearchExpeditionsByCustomerTool
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\Mcp\\Tool\\Expedition\\SearchExpeditionsByCustomerTool'] = new \App\Mcp\Tool\Expedition\SearchExpeditionsByCustomerTool(($container->privates['App\\Mcp\\Service\\ExpeditionLookupService'] ?? $container->load('getExpeditionLookupServiceService')), ($container->privates['App\\Mcp\\Service\\ExpeditionTrackingFormatter'] ?? $container->load('getExpeditionTrackingFormatterService')), ($container->privates['monolog.logger.mcp'] ?? $container->load('getMonolog_Logger_McpService')), ($container->privates['serializer'] ?? self::getSerializerService($container)));
    }
}
