<?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 getDeleteProcessorService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\ApiPlatform\State\Parcel\DeleteProcessor' shared autowired service.
     *
     * @return \App\ApiPlatform\State\Parcel\DeleteProcessor
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\ApiPlatform\\State\\Parcel\\DeleteProcessor'] = new \App\ApiPlatform\State\Parcel\DeleteProcessor(($container->privates['api_platform.doctrine_mongodb.odm.state.remove_processor'] ?? $container->load('getApiPlatform_DoctrineMongodb_Odm_State_RemoveProcessorService')), ($container->privates['App\\Repository\\ContainerRepository'] ?? $container->load('getContainerRepositoryService')), ($container->privates['App\\Repository\\ExpeditionRepository'] ?? $container->load('getExpeditionRepositoryService')), ($container->privates['App\\Repository\\ReturnShipmentRepository'] ?? $container->load('getReturnShipmentRepositoryService')), ($container->privates['App\\Repository\\TransferRepository'] ?? $container->load('getTransferRepositoryService')), ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')));
    }
}
