<?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 getExportRtcExpeditionService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\RTC\Export\ExportRtcExpedition' shared autowired service.
     *
     * @return \App\External\RTC\Export\ExportRtcExpedition
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['App\\External\\RTC\\Export\\RtcExportService'] ?? $container->load('getRtcExportServiceService'));

        if (isset($container->privates['App\\External\\RTC\\Export\\ExportRtcExpedition'])) {
            return $container->privates['App\\External\\RTC\\Export\\ExportRtcExpedition'];
        }
        $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));

        if (isset($container->privates['App\\External\\RTC\\Export\\ExportRtcExpedition'])) {
            return $container->privates['App\\External\\RTC\\Export\\ExportRtcExpedition'];
        }

        $instance = new \App\External\RTC\Export\ExportRtcExpedition($a, $b, ($container->services['monolog.logger.rtc'] ?? $container->load('getMonolog_Logger_RtcService')));

        if (isset($container->privates['App\\External\\RTC\\Export\\ExportRtcExpedition'])) {
            return $container->privates['App\\External\\RTC\\Export\\ExportRtcExpedition'];
        }

        return $container->privates['App\\External\\RTC\\Export\\ExportRtcExpedition'] = $instance;
    }
}
