gui-rbac-yii2 icon indicating copy to clipboard operation
gui-rbac-yii2 copied to clipboard

Enh: Auto add yii\rbac\Rule to authManager, if exist.

Open githubjeka opened this issue 9 years ago • 0 comments
trafficstars

Like as

// add the rule
$rule = new \app\rbac\AuthorRule;
$auth->add($rule);

githubjeka avatar Jan 05 '16 09:01 githubjeka