23 lines
842 B
PHP
23 lines
842 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 getAdminContextService extends App_KernelDevDebugContainer
|
||
|
{
|
||
|
/**
|
||
|
* Gets the private '.errored..service_locator.Olybskb.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
|
||
|
*
|
||
|
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
|
||
|
*/
|
||
|
public static function do($container, $lazyLoad = true)
|
||
|
{
|
||
|
throw new RuntimeException('Cannot autowire service ".service_locator.Olybskb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
|
||
|
}
|
||
|
}
|