<?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 getInjectInboundSupportEmailCommand_LazyService extends App_KernelProdContainer
{
    /*
     * Gets the private '.App\Command\Support\InjectInboundSupportEmailCommand.lazy' shared service.
     *
     * @return \Symfony\Component\Console\Command\LazyCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.App\\Command\\Support\\InjectInboundSupportEmailCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('support:inject-email', [], 'Inject a raw RFC822 .eml file into the inbound support-email pipeline (demo / polling fallback).', false, #[\Closure(name: 'App\\Command\\Support\\InjectInboundSupportEmailCommand')] fn (): \App\Command\Support\InjectInboundSupportEmailCommand => ($container->privates['App\\Command\\Support\\InjectInboundSupportEmailCommand'] ?? $container->load('getInjectInboundSupportEmailCommandService')));
    }
}
