<?php

namespace ContainerXAyNPD7;

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 getDoneEventListenerService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Core\Event\ReturnShipment\DoneEventListener' shared autowired service.
     *
     * @return \App\Core\Event\ReturnShipment\DoneEventListener
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService'));

        if (isset($container->privates['App\\Core\\Event\\ReturnShipment\\DoneEventListener'])) {
            return $container->privates['App\\Core\\Event\\ReturnShipment\\DoneEventListener'];
        }

        $instance = new \App\Core\Event\ReturnShipment\DoneEventListener(($container->privates['App\\Core\\Builder\\LogisticsDetailsBuilder'] ?? $container->load('getLogisticsDetailsBuilderService')), $a);

        if (isset($container->privates['App\\Core\\Event\\ReturnShipment\\DoneEventListener'])) {
            return $container->privates['App\\Core\\Event\\ReturnShipment\\DoneEventListener'];
        }

        return $container->privates['App\\Core\\Event\\ReturnShipment\\DoneEventListener'] = $instance;
    }
}
