diff --git a/src/Config.php b/src/Config.php index 2614e77..fc3d532 100644 --- a/src/Config.php +++ b/src/Config.php @@ -17,7 +17,7 @@ class Config public function get() { - // Load env before config. + // 加载env if (file_exists(BASE_PATH . '/.env.' . $this->env)) { $repository = RepositoryBuilder::createWithNoAdapters() ->addReader(Adapter\PutenvAdapter::class)