<?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 getAnnotatedAppDocumentToulivRoutingRuleAppApiPlatformFilterInCollectionFilterService extends App_KernelProdContainer
{
    /*
     * Gets the private 'annotated_app_document_touliv_routing_rule_app_api_platform_filter_in_collection_filter' shared autowired service.
     *
     * @return \App\ApiPlatform\Filter\InCollectionFilter
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['annotated_app_document_touliv_routing_rule_app_api_platform_filter_in_collection_filter'] = new \App\ApiPlatform\Filter\InCollectionFilter(($container->services['doctrine_mongodb'] ?? self::getDoctrineMongodbService($container)), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)), ['transportTypes' => NULL, 'longZipcodes' => NULL, 'shortZipcodes' => NULL, 'countries' => NULL]);
    }
}
