You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php
+13-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,19 @@ protected function configure()
31
31
{
32
32
$this
33
33
->setName('init:acl')
34
-
;
34
+
->setDescription('Mounts ACL tables in the database')
35
+
->setHelp(<<<EOT
36
+
The <info>init:acl</info> command mounts ACL tables in the database.
37
+
38
+
<info>php app/console ini:acl</info>
39
+
40
+
The name of the DBAL connection must be configured in your <info>app/config/security.yml</info> configuration file in the <info>security.acl.connection</info> variable.
0 commit comments