Commit cf302686 by Carsten Brandt

typo. fixes #1858

parent 7b39e857
...@@ -45,7 +45,7 @@ class DbManager extends Manager ...@@ -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'.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment