Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZAYEC77 authored Sep 27, 2016
1 parent c9094de commit 226cdfe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@ Models overriding
'CategoryQuery' => 'app\models\CategoryQuery',
],
],
```
```

Also you have to add module to bootstrap list of application:

```php
...
'bootstrap' => ['category',...],
...
```

0 comments on commit 226cdfe

Please sign in to comment.