Files
masimmo.pl/var/cache/prod/ContainerIdpxe97/getSecurity_Firewall_Map_Context_DevService.php
2024-11-20 09:09:44 +01:00

11 lines
642 B
PHP

<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'security.firewall.map.context.dev' shared service.
return $this->services['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', 'security.request_matcher.zfhj2lw', false, false, '', '', '', '', '', [], NULL));