summaryrefslogtreecommitdiffstats
path: root/Http/HttpUtils.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-01-04 18:17:24 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2013-01-04 18:17:24 +0100
commit8a4c0679afcb97f0e46c296b062e2196da1b913b (patch)
treee2535d222524b8ad1ab3be344b95a74d6694f19d /Http/HttpUtils.php
parente05ddf24cfcfb76cb7c3e1175ebca6ac3af3d1f6 (diff)
parentbc6917e0ee71a57a3a0a091c6abbf55acf21ab59 (diff)
downloadsymfony-security-8a4c0679afcb97f0e46c296b062e2196da1b913b.zip
symfony-security-8a4c0679afcb97f0e46c296b062e2196da1b913b.tar.gz
symfony-security-8a4c0679afcb97f0e46c296b062e2196da1b913b.tar.bz2
merged branch dbu/2.1-requestmatcher-httputils (PR #6553)
This PR was merged into the 2.1 branch. Commits ------- d601b13 use the right RequestMatcherInterface Discussion ---------- use the right RequestMatcherInterface this fixes #6470 by using the right interface
Diffstat (limited to 'Http/HttpUtils.php')
-rw-r--r--Http/HttpUtils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/HttpUtils.php b/Http/HttpUtils.php
index 746b217..81893ff 100644
--- a/Http/HttpUtils.php
+++ b/Http/HttpUtils.php
@@ -16,7 +16,7 @@ use Symfony\Component\Security\Core\SecurityContextInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\Routing\Matcher\UrlMatcherInterface;
-use Symfony\Component\HttpFoundation\RequestMatcherInterface;
+use Symfony\Component\Routing\Matcher\RequestMatcherInterface;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;