2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 12:40:25 +08:00

refactor: 重命名软件包名

This commit is contained in:
耗子
2024-05-29 21:31:01 +08:00
parent ca504e1acc
commit 1fbea148e3
82 changed files with 395 additions and 395 deletions

View File

@@ -4,9 +4,9 @@ import (
"github.com/goravel/framework/contracts/http"
"github.com/goravel/framework/facades"
"panel/app/models"
"panel/internal"
"panel/internal/services"
"github.com/TheTNB/panel/app/models"
"github.com/TheTNB/panel/internal"
"github.com/TheTNB/panel/internal/services"
)
type PluginController struct {