mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 16:10:59 +08:00
feat: mysql80 plugin
This commit is contained in:
@@ -3,6 +3,7 @@ package services
|
||||
|
||||
import (
|
||||
"github.com/goravel/framework/facades"
|
||||
"panel/app/plugins/mysql80"
|
||||
|
||||
"panel/app/models"
|
||||
"panel/app/plugins/openresty"
|
||||
@@ -54,6 +55,15 @@ func (r *PluginImpl) All() []PanelPlugin {
|
||||
Requires: openresty.Requires,
|
||||
Excludes: openresty.Excludes,
|
||||
})
|
||||
p = append(p, PanelPlugin{
|
||||
Name: mysql80.Name,
|
||||
Author: mysql80.Author,
|
||||
Description: mysql80.Description,
|
||||
Slug: mysql80.Slug,
|
||||
Version: mysql80.Version,
|
||||
Requires: mysql80.Requires,
|
||||
Excludes: mysql80.Excludes,
|
||||
})
|
||||
|
||||
return p
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user