23 lines
897 B
PHP
23 lines
897 B
PHP
<?php
|
|
|
|
namespace ContainerVvRT4pd;
|
|
|
|
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 getUserInterfaceService extends App_KernelDevDebugContainer
|
|
{
|
|
/**
|
|
* Gets the private '.errored..service_locator.q6hA_O0.Symfony\Component\Security\Core\User\UserInterface' shared service.
|
|
*
|
|
* @return \Symfony\Component\Security\Core\User\UserInterface
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
throw new RuntimeException('Cannot autowire service ".service_locator.q6hA_O0": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
|
|
}
|
|
}
|