File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ The preferred way to install this extension is through [composer](http://getcomp
2020Either run
2121
2222```
23- composer require --prefer-dist webvimark/module-user-management 1.0.5
23+ composer require --prefer-dist webvimark/module-user-management 1.0.6
2424```
2525
2626or add
2727
2828```
29- "webvimark/module-user-management": "1.0.5 "
29+ "webvimark/module-user-management": "1.0.6 "
3030```
3131
3232to the require section of your ` composer.json ` file.
@@ -85,6 +85,7 @@ To see full list of options check *UserManagementModule* file
8585'modules'=>[
8686 'user-management' => [
8787 'class' => 'webvimark\modules\UserManagement\UserManagementModule',
88+ 'controllerNamespace'=>'vendor\webvimark\modules\UserManagement\controllers', // To prevent yii help from crashing
8889 ],
8990],
9091
You can’t perform that action at this time.
0 commit comments