Commit 76463dd2 authored by Fabien Potencier's avatar Fabien Potencier

minor #1549 Fix wrong namespace forward/backward slash (dol)

This PR was squashed before being merged into the 2.2.x-dev branch (closes #1549).

Discussion
----------

Fix wrong namespace forward/backward slash

Commits
-------

e7771477 Fix wrong namespace forward/backward slash
parents 5c3ca119 e7771477
......@@ -146,7 +146,7 @@ instance of a `RequestMatcher
<http://api.symfony.com/master/Symfony/Component/HttpFoundation/RequestMatcher.html>`_
for the ``pattern`` option::
use Symfony/Component/HttpFoundation/RequestMatcher;
use Symfony\Component\HttpFoundation\RequestMatcher;
$app['security.firewalls'] = array(
'admin' => array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment