We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7978d commit ce58260Copy full SHA for ce58260
1 file changed
migrations/m140611_133903_init_rbac.php
@@ -30,7 +30,7 @@ public function up()
30
$auth_item_table_name = \Yii::$app->getModule('user-management')->auth_item_table;
31
if (\Yii::$app->db->schema->getTableSchema($auth_item_table_name) === null)
32
{
33
- // Create auth_rule_table table
+ // Create auth_item_table table
34
$this->createTable($auth_item_table_name, [
35
'name' => Schema::TYPE_STRING . '(64) NOT NULL',
36
'type' => Schema::TYPE_INTEGER . ' NOT NULL',
0 commit comments