profile editor role

This commit is contained in:
andrey
2021-08-12 13:57:00 +03:00
parent 86c3146761
commit 3dc11f8075
6 changed files with 61 additions and 13 deletions

View File

@ -42,7 +42,7 @@ class UserCardController extends Controller
'rules' => [
[
'allow' => true,
'roles' => ['admin'],
'roles' => ['admin', 'profileEditor'],
],
],
],