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

        $instance->setName('support:inject-email');
        $instance->setDescription('Inject a raw RFC822 .eml file into the inbound support-email pipeline (demo / polling fallback).');

        return $instance;
    }
}
