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(); }