From bf2e1216e777c50506a63e78b73a6b39e53077cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 3 Sep 2020 00:49:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/Application.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/Application.php b/system/Application.php index 1adfb9e3..84b31f2a 100644 --- a/system/Application.php +++ b/system/Application.php @@ -67,8 +67,7 @@ class Application extends BaseApplication */ public function start() { - /** @var Server $manager */ - $manager = Snowflake::get()->get('server'); + $manager = Snowflake::get()->server; $manager->start(); }