<?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 getExpeditionTransferWorkflowSubscriberService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Core\Workflow\ExpeditionTransferWorkflowSubscriber' shared autowired service.
     *
     * @return \App\Core\Workflow\ExpeditionTransferWorkflowSubscriber
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['App\\Core\\Service\\History\\ExpeditionHistoryBuilder'] ?? $container->load('getExpeditionHistoryBuilderService'));

        if (isset($container->privates['App\\Core\\Workflow\\ExpeditionTransferWorkflowSubscriber'])) {
            return $container->privates['App\\Core\\Workflow\\ExpeditionTransferWorkflowSubscriber'];
        }
        $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));

        if (isset($container->privates['App\\Core\\Workflow\\ExpeditionTransferWorkflowSubscriber'])) {
            return $container->privates['App\\Core\\Workflow\\ExpeditionTransferWorkflowSubscriber'];
        }

        $instance = new \App\Core\Workflow\ExpeditionTransferWorkflowSubscriber($a, $b);

        if (isset($container->privates['App\\Core\\Workflow\\ExpeditionTransferWorkflowSubscriber'])) {
            return $container->privates['App\\Core\\Workflow\\ExpeditionTransferWorkflowSubscriber'];
        }

        return $container->privates['App\\Core\\Workflow\\ExpeditionTransferWorkflowSubscriber'] = $instance;
    }
}
