Skip to content

Commit 5eec015

Browse files
author
igor-chepurnoi
committed
update README
1 parent 693c1cd commit 5eec015

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Once the extension is installed, simply modify your application configuration as
4141

4242
```php
4343
return [
44-
//....
4544
'modules' => [
4645
'class' => 'app\modules\admin\Module',
4746
'modules' => [
@@ -50,12 +49,12 @@ return [
5049
],
5150
],
5251
],
53-
'components' => [
52+
'components' => [
5453
'authManager' => [
5554
'class' => 'yii\rbac\DbManager',
5655
'defaultRoles' => ['guest', 'user'],
5756
],
58-
]
57+
],
5958
];
6059
```
6160
After you downloaded and configured Yii2-rbac, the last thing you need to do is updating your database schema by

0 commit comments

Comments
 (0)