24 lines
814 B
PHP
24 lines
814 B
PHP
<?php
|
|
|
|
namespace ContainerEvwr5zZ;
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
use Symfony\Component\DependencyInjection\ContainerInterface;
|
|
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
|
|
|
|
/*
|
|
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
|
|
*/
|
|
class getFormService extends App_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the private '.errored..service_locator.O5bvQ3c.Symfony\Component\Form\Form' shared service.
|
|
*
|
|
* @return \Symfony\Component\Form\Form
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
throw new RuntimeException('Cannot autowire service ".service_locator.O5bvQ3c": it references class "Symfony\\Component\\Form\\Form" but no such service exists.');
|
|
}
|
|
}
|