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_HttpUtilsService.php line 20

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_HttpUtilsService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.http_utils' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Http\HttpUtils
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  18.         $a = ($container->services['router'] ?? $container->getRouterService());
  19.         return $container->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  20.     }
  21. }