2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

feat: remove unnecessary bootstrap

This commit is contained in:
耗子
2023-08-13 22:38:39 +08:00
parent 86bfcfb9f1
commit 2fa108dd67

View File

@@ -2,7 +2,6 @@ package bootstrap
import (
"github.com/goravel/framework/foundation"
"github.com/goravel/framework/support/carbon"
"panel/config"
)
@@ -15,7 +14,4 @@ func Boot() {
// Bootstrap the config.
config.Boot()
// 设置 Carbon 时区
carbon.SetTimezone(carbon.PRC)
}