Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions security/acl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ First, you need to configure the connection the ACL system is supposed to use:
.. code-block:: php

// app/config/security.php
$container->loadFromExtension('security', 'acl', array(
$container->loadFromExtension('security', array(
// ...

'connection' => 'default',

'acl' => array(
'connection' => 'default',
),
));

.. note::
Expand Down