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
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
useDoctrine\DBAL\Schema\SchemaException;
20
20
21
21
/**
22
-
* Installs the tables required by the ACL system.
22
+
* Creates the tables required by the ACL system.
23
23
*
24
24
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
25
25
*
@@ -46,17 +46,16 @@ public function __construct(Connection $connection, Schema $schema)
46
46
protectedfunctionconfigure()
47
47
{
48
48
$this
49
-
->setDescription('Mounts ACL tables in the database')
49
+
->setDescription('Creates ACL tables in the database')
50
50
->setHelp(<<<'EOF'
51
-
The <info>%command.name%</info> command mounts ACL tables in the database.
51
+
The <info>%command.name%</info> command creates ACL tables in the database.
52
52
53
53
<info>php %command.full_name%</info>
54
54
55
-
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.
55
+
The name of the DBAL connection must be configured in the <info>acl.connection</info> variable of your acl configuration file.
0 commit comments