<?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 getGetNearDepositsByExpeditionProviderService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\ApiPlatform\State\Deposit\GetNearDepositsByExpeditionProvider' shared autowired service.
     *
     * @return \App\ApiPlatform\State\Deposit\GetNearDepositsByExpeditionProvider
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\ApiPlatform\\State\\Deposit\\GetNearDepositsByExpeditionProvider'] = new \App\ApiPlatform\State\Deposit\GetNearDepositsByExpeditionProvider(($container->privates['App\\Repository\\ExpeditionRepository'] ?? $container->load('getExpeditionRepositoryService')), ($container->privates['App\\Repository\\DepositRepository'] ?? $container->load('getDepositRepositoryService')), ($container->privates['App\\Core\\Service\\LocationService'] ?? $container->load('getLocationServiceService')), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)));
    }
}
