<?php

namespace ContainerZqfGTdC;

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 getUser2TypeService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Form\User2Type' shared autowired service.
     *
     * @return \App\Form\User2Type
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\Form\\User2Type'] = new \App\Form\User2Type(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()));
    }
}
