This commit is contained in:
2021-08-30 14:10:37 +08:00
parent d8b4ed58c7
commit c843b47425
+9
View File
@@ -28,6 +28,15 @@ trait Message
public array $cookies = [];
/**
* @return array
*/
public function getServers(): array
{
return $this->servers;
}
/**
* @return string
*/