<?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 getSeedSupportTicketAutomationFlagsCommand_LazyService extends App_KernelProdContainer
{
    /*
     * Gets the private '.App\Command\OneShot\SeedSupportTicketAutomationFlagsCommand.lazy' shared service.
     *
     * @return \Symfony\Component\Console\Command\LazyCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.App\\Command\\OneShot\\SeedSupportTicketAutomationFlagsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('os:seed-support-ticket-automation-flags', [], 'Seed the support-ticket automation flags (default bucket), automation disabled by default. Idempotent; reconciles the RULES map.', false, #[\Closure(name: 'App\\Command\\OneShot\\SeedSupportTicketAutomationFlagsCommand')] fn (): \App\Command\OneShot\SeedSupportTicketAutomationFlagsCommand => ($container->privates['App\\Command\\OneShot\\SeedSupportTicketAutomationFlagsCommand'] ?? $container->load('getSeedSupportTicketAutomationFlagsCommandService')));
    }
}
