Fix table name on yii\rbac\DbManager::$itemChildTable

This commit is contained in:
LAV45
2014-01-09 14:29:59 +03:00
parent 7b39e857b4
commit c8f016d895

View File

@@ -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'.
*/
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'.
*/