diff options
author | David Buchmann <david.buchmann@liip.ch> | 2013-01-04 15:29:54 +0100 |
---|---|---|
committer | David Buchmann <david.buchmann@liip.ch> | 2013-01-04 15:29:54 +0100 |
commit | bc6917e0ee71a57a3a0a091c6abbf55acf21ab59 (patch) | |
tree | be42770b89562dce4eadfbb287a9bf48a8e46a85 /Http/HttpUtils.php | |
parent | 8345449ea897dd8b3e5dd0bc62705722cc1c0827 (diff) | |
download | symfony-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.php | 2 |
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; |