Commit ae7daed9 authored by KodoArkivo's avatar KodoArkivo

Update doc/providers/security.rst

Take 2 on sorting out the parenthesis in the registration code snippet.
parent ec01b080
......@@ -47,9 +47,9 @@ Registering
.. code-block:: php
$app->register(new Silex\Provider\SecurityServiceProvider(array(
$app->register(new Silex\Provider\SecurityServiceProvider(), array(
'security.firewalls' => // see below
)));
));
.. note::
......
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