diff --git a/think b/think index a42350f1..2429d223 100644 --- a/think +++ b/think @@ -7,4 +7,4 @@ namespace think; require __DIR__ . '/vendor/autoload.php'; // 应用初始化 -(new App())->setEnvName('local')->console->run(); \ No newline at end of file +(new App())->console->run(); \ No newline at end of file