Skip to content

Commit ce58260

Browse files
committed
Update m140611_133903_init_rbac.php
1 parent ab7978d commit ce58260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migrations/m140611_133903_init_rbac.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function up()
3030
$auth_item_table_name = \Yii::$app->getModule('user-management')->auth_item_table;
3131
if (\Yii::$app->db->schema->getTableSchema($auth_item_table_name) === null)
3232
{
33-
// Create auth_rule_table table
33+
// Create auth_item_table table
3434
$this->createTable($auth_item_table_name, [
3535
'name' => Schema::TYPE_STRING . '(64) NOT NULL',
3636
'type' => Schema::TYPE_INTEGER . ' NOT NULL',

0 commit comments

Comments
 (0)