From 849e26194347ed7965475576721d7c264edf9e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 31 Aug 2020 12:47:29 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Application.php b/system/Application.php index 13c1293c..c4304267 100644 --- a/system/Application.php +++ b/system/Application.php @@ -37,7 +37,7 @@ class Application extends BaseApplication $process = Snowflake::get()->processes; if (Config::has('servers', true)) { /** @var Server $https */ - $https = $this->make(Server::class); + $https = $this->make(Server::class, Server::class); $servers = $https->initCore(Config::get('servers')); $process->push($servers); }