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