windhoney / yii2-rest-rbac

yii2 rbac yii2 rest RBAC Auth manager for Yii2 RESTful(YII2权限管理rbac--rest接口方式)
https://windhoney.gitbooks.io/yii2-rest-rbac/
MIT License
82 stars 20 forks source link

wind\rest\components\Configs #33

Closed Mercis closed 4 years ago

Mercis commented 4 years ago

class Configs extends \yii\base\Object 调整为 extends \yii\base\BaseObject 调整public $menuTable = '{{%menu}}';public $userTable = '{{%user}}';

windhoney commented 4 years ago

BaseObject已经调整,表名问题暂未修改

Mercis commented 4 years ago

大部分项目还是有表前缀的,之前我都是手动改你的源码,觉得不合适,你这边调整一下吧

windhoney commented 4 years ago

之前是有的,我这边先测试一下 有些sql可能有点影响

Mercis commented 4 years ago

OK,yii2-admin包里面也是用的{{%menu}}

windhoney commented 4 years ago

好了

Mercis commented 4 years ago

composer 包也替换一下,谢谢

windhoney commented 4 years ago

composer 包也替换一下,谢谢

更新..