25 lines
917 B
PHP
25 lines
917 B
PHP
|
<?php
|
||
|
|
||
|
namespace ContainerCWF53NS;
|
||
|
|
||
|
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 getTwig_Runtime_SecurityCsrfService extends App_KernelDevDebugContainer
|
||
|
{
|
||
|
/**
|
||
|
* Gets the private 'twig.runtime.security_csrf' shared service.
|
||
|
*
|
||
|
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
|
||
|
*/
|
||
|
public static function do($container, $lazyLoad = true)
|
||
|
{
|
||
|
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
|
||
|
|
||
|
return $container->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($container->privates['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService')));
|
||
|
}
|
||
|
}
|