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