mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
feat: remove unnecessary bootstrap
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user