diff --git a/State.php b/State.php index 8f46996..9100a80 100644 --- a/State.php +++ b/State.php @@ -18,7 +18,7 @@ class State extends BaseObject public function init() { - $this->servers = Config::get('servers.ports'); + $this->servers = Config::get('server.ports'); }