mycomments-api/var/cache/dev/Container6Szx89D/get_Security_RequestMatcher_GOpgIHxService.php

28 lines
1.2 KiB
PHP

<?php
namespace Container6Szx89D;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class get_Security_RequestMatcher_GOpgIHxService extends App_KernelDevDebugContainer
{
/**
* Gets the private '.security.request_matcher.gOpgIHx' shared service.
*
* @return \Symfony\Component\HttpFoundation\ChainRequestMatcher
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/ChainRequestMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher/PathRequestMatcher.php';
return $container->privates['.security.request_matcher.gOpgIHx'] = new \Symfony\Component\HttpFoundation\ChainRequestMatcher([new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/(_(profiler|wdt)|css|images|js)/')]);
}
}