Reverts test changes
This commit is contained in:
parent
d771c50d63
commit
bc26c980f0
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ class GServer
|
||||||
* @param string $server_url address of the server
|
* @param string $server_url address of the server
|
||||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||||
*/
|
*/
|
||||||
public static function discoverRelay(string $server_url)
|
private static function discoverRelay(string $server_url)
|
||||||
{
|
{
|
||||||
Logger::info('Discover relay data', ['server' => $server_url]);
|
Logger::info('Discover relay data', ['server' => $server_url]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue