githubjeka / gui-rbac-yii2

GUI for RBAC Yii2 Auth manager
https://basic-rbac-githubjeka.c9.io/basic/web/index.php?r=rbac
84 stars 38 forks source link

Error in console #11

Closed o-rey closed 8 years ago

o-rey commented 8 years ago

If you add module to common/config/main.php (advanced app) and run ./yii then Exception 'ReflectionException' with message 'Class user does not exist' will be raised.

Probably module should be added to @app/config/main, not common.

githubjeka commented 8 years ago

Thanks