<?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 getGmailWatchRenewerService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Core\Support\Service\Inbound\GmailWatchRenewer' shared autowired service.
     *
     * @return \App\Core\Support\Service\Inbound\GmailWatchRenewer
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\Core\\Support\\Service\\Inbound\\GmailWatchRenewer'] = new \App\Core\Support\Service\Inbound\GmailWatchRenewer(($container->privates['App\\Core\\Support\\Service\\Inbound\\GmailApiGateway'] ?? $container->load('getGmailApiGatewayService')), ($container->privates['App\\Repository\\SupportMailboxRepository'] ?? $container->load('getSupportMailboxRepositoryService')), ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)), $container->getEnv('bool:SUPPORT_TICKET_GMAIL_ENABLED'), $container->getEnv('GMAIL_PUBSUB_TOPIC'));
    }
}
