yii2-rbac
yii2-rbac copied to clipboard
Bootstrap.php:Ensure DbManager properties are kept
Q | A |
---|---|
Is bugfix? | yes |
New feature? | no |
Breaks BC? | no |
Tests pass? | NA |
When initializing the components\DbManger of yii2-rbac existing configuration like 'cache' or 'cacheKey' gets overridden. Using Cached RBAC is currently not possible in yii2-rbac without this fix.