<?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 getSmsEventSubscriberService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Core\Sms\Event\SmsEventSubscriber' shared autowired service.
     *
     * @return \App\Core\Sms\Event\SmsEventSubscriber
     */
    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\\Sms\\Event\\SmsEventSubscriber'])) {
            return $container->privates['App\\Core\\Sms\\Event\\SmsEventSubscriber'];
        }
        $b = ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentTrackingService'] ?? $container->load('getReturnShipmentTrackingServiceService'));

        if (isset($container->privates['App\\Core\\Sms\\Event\\SmsEventSubscriber'])) {
            return $container->privates['App\\Core\\Sms\\Event\\SmsEventSubscriber'];
        }
        $c = ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container));

        if (isset($container->privates['App\\Core\\Sms\\Event\\SmsEventSubscriber'])) {
            return $container->privates['App\\Core\\Sms\\Event\\SmsEventSubscriber'];
        }
        $d = ($container->privates['App\\Core\\Sms\\Scheduler\\SmsReminderScheduler'] ?? $container->load('getSmsReminderSchedulerService'));

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

        $instance = new \App\Core\Sms\Event\SmsEventSubscriber($a, new \App\Core\Sms\Builder\SmsAppointmentBookingSubjectBuilder(($container->services['translator'] ?? self::getTranslatorService($container)), new \App\Core\Sms\Builder\ShortLinkBuilder($a, $container->getEnv('PWA_BASE_URL'), $container->getEnv('SHORT_LINK_HOST'))), ($container->privates['App\\Core\\Service\\Appointment\\AppointmentService'] ?? $container->load('getAppointmentServiceService')), $b, $c, $d);

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

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