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: Command/InitAclCommand.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ protected function configure()
34
34
->setHelp(<<<EOF
35
35
The <info>%command.name%</info> command mounts ACL tables in the database.
36
36
37
-
<info>php %command.full_name%</info>
37
+
<info>php %command.full_name%</info>
38
38
39
39
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