mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
[skip ci] Fixes #4548
This commit is contained in:
@ -422,7 +422,7 @@ use Yii;
|
|||||||
use yii\rbac\Rule;
|
use yii\rbac\Rule;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if authorID matches user passed via params
|
* Checks if user group matches
|
||||||
*/
|
*/
|
||||||
class UserGroupRule extends Rule
|
class UserGroupRule extends Rule
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user