<?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 getGetNearDepositsProviderService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\ApiPlatform\State\Deposit\GetNearDepositsProvider' shared autowired service.
     *
     * @return \App\ApiPlatform\State\Deposit\GetNearDepositsProvider
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\ApiPlatform\\State\\Deposit\\GetNearDepositsProvider'] = new \App\ApiPlatform\State\Deposit\GetNearDepositsProvider(($container->privates['App\\Repository\\DepositRepository'] ?? $container->load('getDepositRepositoryService')), ($container->privates['App\\Core\\Service\\LocationService'] ?? $container->load('getLocationServiceService')), ($container->privates['cache.deposit_search'] ?? $container->load('getCache_DepositSearchService')));
    }
}
