This commit is contained in:
2021-12-01 17:21:15 +08:00
parent 955f358577
commit b798270bb7
+1 -1
View File
@@ -18,7 +18,7 @@ class State extends BaseObject
public function init() public function init()
{ {
$this->servers = Config::get('servers.ports'); $this->servers = Config::get('server.ports');
} }