<?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 getSeedSupportMailboxesCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Command\OneShot\SeedSupportMailboxesCommand' shared autowired service.
     *
     * @return \App\Command\OneShot\SeedSupportMailboxesCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\Command\\OneShot\\SeedSupportMailboxesCommand'] = $instance = new \App\Command\OneShot\SeedSupportMailboxesCommand(($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), ($container->privates['App\\Repository\\SupportMailboxRepository'] ?? $container->load('getSupportMailboxRepositoryService')));

        $instance->setName('os:seed-support-mailboxes');
        $instance->setDescription('Seed the SupportMailbox registry with the watched inbound Gmail boxes (idempotent by address).');

        return $instance;
    }
}
