Commit 71cee16a authored by Pierre Boissinot's avatar Pierre Boissinot Committed by Fabien Potencier

Syntax error in documentaiton Security Guard

parent 7a2f5448
...@@ -136,7 +136,7 @@ Finally, configure your `security.firewalls` key to use this authenticator: ...@@ -136,7 +136,7 @@ Finally, configure your `security.firewalls` key to use this authenticator:
.. code-block:: php .. code-block:: php
$app['security.firewalls'] => array( $app['security.firewalls'] = array(
'main' => array( 'main' => array(
'guard' => array( 'guard' => array(
'authenticators' => array( 'authenticators' => 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