<?php

namespace ContainerYbU9dcX;

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 getSetPasswordCommand_LazyService extends App_KernelProdContainer
{
    /*
     * Gets the private '.App\Engine\AdministratorUser\Command\SetPasswordCommand.lazy' shared service.
     *
     * @return \Symfony\Component\Console\Command\LazyCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.App\\Engine\\AdministratorUser\\Command\\SetPasswordCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('admin:administrator-user:set-password', [], 'Set admin\'s password.', false, #[\Closure(name: 'App\\Engine\\AdministratorUser\\Command\\SetPasswordCommand')] fn (): \App\Engine\AdministratorUser\Command\SetPasswordCommand => ($container->privates['App\\Engine\\AdministratorUser\\Command\\SetPasswordCommand'] ?? $container->load('getSetPasswordCommandService')));
    }
}
