From: Michael Date: Sun, 17 May 2020 13:59:05 +0000 (+0000) Subject: Reverts test changes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc26c980f0b0143cea59a4ff013805141bb20ed4;p=friendica.git Reverts test changes --- diff --git a/src/Model/GServer.php b/src/Model/GServer.php index 1eb7ec0e13..f750ed99ea 100644 --- a/src/Model/GServer.php +++ b/src/Model/GServer.php @@ -339,7 +339,7 @@ class GServer * @param string $server_url address of the server * @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]);