migrate admin-autoupdate
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -36,7 +36,7 @@ class HttpClient
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public static function fileGet(string $url, string $target): array
|
||||
public static function fileGet(string $url, string $target)
|
||||
{
|
||||
$fh = fopen($target, 'w');
|
||||
$ch = curl_init();
|
||||
|
||||
Reference in New Issue
Block a user