<?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 getExpeditionDeliverySlotRequirementsProviderService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\ApiPlatform\State\Expedition\ExpeditionDeliverySlotRequirementsProvider' shared autowired service.
     *
     * @return \App\ApiPlatform\State\Expedition\ExpeditionDeliverySlotRequirementsProvider
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['App\\Core\\Service\\Expedition\\ExpeditionDeliverySlotService'] ?? $container->load('getExpeditionDeliverySlotServiceService'));

        if (isset($container->privates['App\\ApiPlatform\\State\\Expedition\\ExpeditionDeliverySlotRequirementsProvider'])) {
            return $container->privates['App\\ApiPlatform\\State\\Expedition\\ExpeditionDeliverySlotRequirementsProvider'];
        }

        $instance = new \App\ApiPlatform\State\Expedition\ExpeditionDeliverySlotRequirementsProvider(($container->privates['App\\Repository\\ExpeditionRepository'] ?? $container->load('getExpeditionRepositoryService')), $a);

        if (isset($container->privates['App\\ApiPlatform\\State\\Expedition\\ExpeditionDeliverySlotRequirementsProvider'])) {
            return $container->privates['App\\ApiPlatform\\State\\Expedition\\ExpeditionDeliverySlotRequirementsProvider'];
        }

        return $container->privates['App\\ApiPlatform\\State\\Expedition\\ExpeditionDeliverySlotRequirementsProvider'] = $instance;
    }
}
