initial commit
This commit is contained in:
25
var/cache/dev/ContainerD4AQ4Ie/getTemplateControllerService.php
vendored
Normal file
25
var/cache/dev/ContainerD4AQ4Ie/getTemplateControllerService.php
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
namespace ContainerD4AQ4Ie;
|
||||
|
||||
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 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'] ?? self::getTwigService($container)));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user