<?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 getSyncGmailMailboxCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Command\Support\SyncGmailMailboxCommand' shared autowired service.
     *
     * @return \App\Command\Support\SyncGmailMailboxCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\Command\\Support\\SyncGmailMailboxCommand'] = $instance = new \App\Command\Support\SyncGmailMailboxCommand(($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->privates['App\\Repository\\SupportMailboxRepository'] ?? $container->load('getSupportMailboxRepositoryService')), ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container)));

        $instance->setName('support:gmail-sync');
        $instance->setDescription('Sync one watched support mailbox from Gmail on demand (polling fallback, no webhook).');

        return $instance;
    }
}
