summaryrefslogtreecommitdiffstats
path: root/Http/HttpUtils.php
diff options
context:
space:
mode:
authorDavid Buchmann <david.buchmann@liip.ch>2013-01-04 15:29:54 +0100
committerDavid Buchmann <david.buchmann@liip.ch>2013-01-04 15:29:54 +0100
commitbc6917e0ee71a57a3a0a091c6abbf55acf21ab59 (patch)
treebe42770b89562dce4eadfbb287a9bf48a8e46a85 /Http/HttpUtils.php
parent8345449ea897dd8b3e5dd0bc62705722cc1c0827 (diff)
downloadsymfony-security-bc6917e0ee71a57a3a0a091c6abbf55acf21ab59.zip
symfony-security-bc6917e0ee71a57a3a0a091c6abbf55acf21ab59.tar.gz
symfony-security-bc6917e0ee71a57a3a0a091c6abbf55acf21ab59.tar.bz2
use the right RequestMatcherInterface
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;