yii2-debug
yii2-debug copied to clipboard
Make authManger() in UserPanel configurable.
make authManager configurable for user panel when application use another components id instread default authManager.
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Tests pass? | ✔️ |
Fixed issues | comma-separated list of tickets # fixed by the PR, if any |
@jafaripur would you please add a line for CHANGELOG?
how about this, can be change to:
$authManger = Yii::$app->get($this->module->authManager, false);
Yes, I think this is good idea.
Thank you!