This commit is contained in:
2020-08-31 12:47:29 +08:00
parent 7e3c7b55f4
commit 849e261943
+1 -1
View File
@@ -37,7 +37,7 @@ class Application extends BaseApplication
$process = Snowflake::get()->processes; $process = Snowflake::get()->processes;
if (Config::has('servers', true)) { if (Config::has('servers', true)) {
/** @var Server $https */ /** @var Server $https */
$https = $this->make(Server::class); $https = $this->make(Server::class, Server::class);
$servers = $https->initCore(Config::get('servers')); $servers = $https->initCore(Config::get('servers'));
$process->push($servers); $process->push($servers);
} }