diff --git a/bootstrap/app.go b/bootstrap/app.go index b55d9062..a99f6721 100644 --- a/bootstrap/app.go +++ b/bootstrap/app.go @@ -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) }