mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 09:01:33 +08:00
Fix table name on yii\rbac\DbManager::$itemChildTable
This commit is contained in:
@@ -45,7 +45,7 @@ class DbManager extends Manager
|
|||||||
/**
|
/**
|
||||||
* @var string the name of the table storing authorization item hierarchy. Defaults to 'tbl_auth_item_child'.
|
* @var string the name of the table storing authorization item hierarchy. Defaults to 'tbl_auth_item_child'.
|
||||||
*/
|
*/
|
||||||
public $itemChildTable = '{{%auth_item_child}';
|
public $itemChildTable = '{{%auth_item_child}}';
|
||||||
/**
|
/**
|
||||||
* @var string the name of the table storing authorization item assignments. Defaults to 'tbl_auth_assignment'.
|
* @var string the name of the table storing authorization item assignments. Defaults to 'tbl_auth_assignment'.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user