This commit is contained in:
2020-09-02 11:53:27 +08:00
parent 764ec41262
commit 784c3dfaf1
+1 -7
View File
@@ -34,13 +34,7 @@ class Application extends BaseApplication
*/
public function init()
{
$application = Snowflake::get();
$https = $application->server;
$https->initCore(Config::get('servers', true));
$process = $application->processes;
$process->initCore();
Snowflake::get()->processes->initCore();
}