变更
This commit is contained in:
@@ -17,7 +17,10 @@ class State extends Component
|
|||||||
public array $servers = [];
|
public array $servers = [];
|
||||||
|
|
||||||
|
|
||||||
public function init()
|
/**
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function init(): void
|
||||||
{
|
{
|
||||||
$this->servers = Config::get('server.ports');
|
$this->servers = Config::get('server.ports');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user