<?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 getMissionBatchTrackerService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\Everest\Service\MissionBatchTracker' shared autowired service.
     *
     * @return \App\External\Everest\Service\MissionBatchTracker
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container));

        if (isset($container->privates['App\\External\\Everest\\Service\\MissionBatchTracker'])) {
            return $container->privates['App\\External\\Everest\\Service\\MissionBatchTracker'];
        }

        $instance = new \App\External\Everest\Service\MissionBatchTracker(($container->services['cache.app'] ?? $container->load('getCache_AppService')), $a, ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)));

        if (isset($container->privates['App\\External\\Everest\\Service\\MissionBatchTracker'])) {
            return $container->privates['App\\External\\Everest\\Service\\MissionBatchTracker'];
        }

        return $container->privates['App\\External\\Everest\\Service\\MissionBatchTracker'] = $instance;
    }
}
