From 3cddd3bab451304e8f8ca281d2fa92459044269f Mon Sep 17 00:00:00 2001 From: Steven Michaels Date: Sun, 29 Mar 2015 10:14:37 -0500 Subject: [PATCH] Include ruleTable in list of customizable tables [ci skip] With the addition of ruleTable in 2.0, including it in the list of customizable tables in the class-level doc makes it easier to spot the difference from 1.1. --- framework/rbac/DbManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/rbac/DbManager.php b/framework/rbac/DbManager.php index c463223..f957c69 100644 --- a/framework/rbac/DbManager.php +++ b/framework/rbac/DbManager.php @@ -27,8 +27,8 @@ use yii\di\Instance; * * If you don't want to use migration and need SQL instead, files for all databases are in migrations directory. * - * You may change the names of the three tables used to store the authorization data by setting [[itemTable]], - * [[itemChildTable]] and [[assignmentTable]]. + * You may change the names of the tables used to store the authorization and rule data by setting [[itemTable]], + * [[itemChildTable]], [[assignmentTable]] and [[ruleTable]]. * * @author Qiang Xue * @author Alexander Kochetov