mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-22 09:40:41 +08:00
\yii\rbac\DbManager updated
This commit is contained in:
@@ -41,15 +41,15 @@ class DbManager extends Manager
|
|||||||
/**
|
/**
|
||||||
* @var string the name of the table storing authorization items. Defaults to 'tbl_auth_item'.
|
* @var string the name of the table storing authorization items. Defaults to 'tbl_auth_item'.
|
||||||
*/
|
*/
|
||||||
public $itemTable = 'tbl_auth_item';
|
public $itemTable = '{{%auth_item}}';
|
||||||
/**
|
/**
|
||||||
* @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 = 'tbl_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'.
|
||||||
*/
|
*/
|
||||||
public $assignmentTable = 'tbl_auth_assignment';
|
public $assignmentTable = '{{%auth_assignment}}';
|
||||||
|
|
||||||
private $_usingSqlite;
|
private $_usingSqlite;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user