This commit is contained in:
2020-09-02 18:13:16 +08:00
parent ac5c6b0320
commit 5f700016b0
3 changed files with 32 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class Processes extends Component
*/
public function initCore()
{
$manager = Snowflake::get()->server;
$manager = Snowflake::get()->get('server');
$serverConfig = Config::get('servers', true);