改名
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user