23 lines
795 B
PHP
23 lines
795 B
PHP
<?php
|
|
|
|
namespace Container42u2Kkn;
|
|
|
|
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 getResponseService extends App_KernelDevDebugContainer
|
|
{
|
|
/**
|
|
* Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
|
|
*
|
|
* @return \Symfony\Component\HttpFoundation\Response
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
$container->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
|
|
}
|
|
}
|