File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 44use yii \base \InvalidConfigException ;
55
66/**
7- * Graphical user module for Role Based Access Control Yii2 Module.
7+ * Graphical user interface (GUI) module for Role Based Access Control (RBAC) Yii2 Module.
88 * It also allows to perform basic operations RBAC.
99 *
10- * Using in config:
10+ * Using in the your web config:
1111 * ~~~
1212 * ```php
1313 * 'modules' => [
2323 * ~~~
2424 *
2525 * @author Evgeniy Tkachenko <[email protected] > 26- * @since 2.0
2726 */
2827class Module extends \yii \base \Module
2928{
@@ -33,7 +32,7 @@ class Module extends \yii\base\Module
3332 public function init ()
3433 {
3534 if (\Yii::$ app ->authManager === null ) {
36- throw new InvalidConfigException ('You should configure authManager component ' );
35+ throw new InvalidConfigException ('You should configure the authManager component. ' );
3736 }
3837 parent ::init ();
3938 }
You can’t perform that action at this time.
0 commit comments