25 lines
981 B
PHP
25 lines
981 B
PHP
<?php
|
|
|
|
namespace Container8QzW1yw;
|
|
|
|
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 getTemplateControllerService extends App_KernelDevDebugContainer
|
|
{
|
|
/**
|
|
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
|
|
*
|
|
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
|
|
|
|
return $container->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($container->privates['twig'] ?? $container->getTwigService()));
|
|
}
|
|
}
|