9 lines
341 B
PHP
9 lines
341 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.access_map' shared service.
|
|
|
|
return $this->services['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap();
|