Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/ContainerCKzmma7/getSecurity_AccessMapService.php line 21

Open in your IDE?
  1. <?php
  2. namespace ContainerCKzmma7;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getSecurity_AccessMapService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.access_map' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Http\AccessMap
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  21.         $container->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  22.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/connexion'), [=> 'PUBLIC_ACCESS'], NULL);
  23.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  24.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/mon-compte'), [=> 'ROLE_CUSTOMER'], NULL);
  25.         return $instance;
  26.     }
  27. }