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

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

        $instance = new \App\ApiPlatform\State\ReturnShipment\ReturnShipmentDeliverySlotRequirementsProvider(($container->privates['App\\Repository\\ReturnShipmentRepository'] ?? $container->load('getReturnShipmentRepositoryService')), $a);

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

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