添加配置权限
parent
62710031e1
commit
2598a8d187
|
|
@ -224,6 +224,10 @@ class AdminPermissionSeeder extends Seeder
|
|||
'name' =>'标签管理',
|
||||
'curd' => ['index', 'create', 'store', 'edit', 'update', 'destroy'],
|
||||
],
|
||||
'settings'=>[
|
||||
'name' =>'配置管理',
|
||||
'curd' => ['index', 'create', 'store', 'edit', 'update', 'destroy'],
|
||||
],
|
||||
];
|
||||
try {
|
||||
DB::begintransaction();
|
||||
|
|
|
|||
Loading…
Reference in New Issue