改名
This commit is contained in:
@@ -28,6 +28,15 @@ trait Message
|
|||||||
public array $cookies = [];
|
public array $cookies = [];
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function getServers(): array
|
||||||
|
{
|
||||||
|
return $this->servers;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user