profile editor role
This commit is contained in:
@ -42,7 +42,7 @@ class UserCardController extends Controller
|
||||
'rules' => [
|
||||
[
|
||||
'allow' => true,
|
||||
'roles' => ['admin'],
|
||||
'roles' => ['admin', 'profileEditor'],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user