From 608547cde3b38a0326be93b145e80289c26258a7 Mon Sep 17 00:00:00 2001 From: Igor Chepurnoy Date: Tue, 7 Feb 2017 02:25:47 +0200 Subject: [PATCH] update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f49db9d..5cc3274 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,13 @@ return [ 'pageSize' => 10, ], ], + 'rule' => [ + 'class' => 'yii2mod\rbac\controllers\RuleController', + 'searchClass' => [ + 'class' => 'yii2mod\rbac\models\search\BizRuleSearch', + 'pageSize' => 10 + ], + ], ] ], ]