Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2ac6a1

Browse files
committed
remove trailing whitespaces
1 parent ab458d0 commit a2ac6a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/acl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ First, you need to configure the connection the ACL system is supposed to use:
7979
// app/config/security.php
8080
$container->loadFromExtension('security', array(
8181
// ...
82-
82+
8383
'acl' => array(
84-
'connection' => 'default',
84+
'connection' => 'default',
8585
),
8686
));
8787

0 commit comments

Comments
 (0)