We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/johnitvn/yii2-rbac-plus/blob/master/src/models/Role.php#L64
public function getPermistions($name) { $authManager = Yii::$app->authManager; return $authManager->getPermissionsByRole($name); }
https://github.com/johnitvn/yii2-rbac-plus/blob/master/src/views/role/view.php#L5
$permissions = Role::getPermistions($model->name);
The text was updated successfully, but these errors were encountered:
change to public static function getPermistions($name) {
public static function getPermistions($name) {
Sorry, something went wrong.
Issue johnitvn#18 fix
25a8a12
Merge pull request #19 from max-dreamsoft/master
693b137
Issue #18 fix
No branches or pull requests
https://github.com/johnitvn/yii2-rbac-plus/blob/master/src/models/Role.php#L64
https://github.com/johnitvn/yii2-rbac-plus/blob/master/src/views/role/view.php#L5
The text was updated successfully, but these errors were encountered: