Skip to content

Commit 971fb35

Browse files
committed
fix:插件增加超管权限配置
1 parent bf9b26c commit 971fb35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/support/command/Publish.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ private function parse(): Publish
116116
'name' => $config['name'] ?? ($package['name'] ?? ''),
117117
'icon' => $config['icon'] ?? '',
118118
'cover' => $config['cover'] ?? '',
119+
'super' => $config['super'] ?? false,
119120
'license' => (array)($config['license'] ?? ($package['license'] ?? [])),
120121
'version' => $config['version'] ?? ($package['version'] ?? ''),
121122
'homepage' => $config['homepage'] ?? ($package['homepage'] ?? ''),

0 commit comments

Comments
 (0)