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