Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit a7968f2

Browse files
committed
ACL: Added ACL Permission
1 parent 0128a6e commit a7968f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/acl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'setting' => ['developer', 'administrator'],
1111
'passport' => ['developer'],
1212
'user' => ['developer', 'administrator'],
13+
'acl' => ['developer', 'administrator'],
1314
],
1415
'actions' => [
1516
'index', 'show',

0 commit comments

Comments
 (0)