<?php
namespace ContainerQpyhImy;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getUpdateUsersTrustedStatusService extends App_KernelReviewDebugContainer
{
/**
* Gets the public 'console.command.public_alias.App\Console\Management\UpdateUsersTrustedStatus' shared autowired service.
*
* @return \App\Console\Management\UpdateUsersTrustedStatus
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Console/Management/UpdateUsersTrustedStatus.php';
return $container->services['console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus'] = new \App\Console\Management\UpdateUsersTrustedStatus(($container->services['doctrine'] ?? $container->getDoctrineService()));
}
}