Nextcloud: Renaming

This commit is contained in:
Steffen Lange 2021-01-07 16:12:54 +01:00
parent cfc43cfd3d
commit 9b7bbf2e01

View file

@ -1,8 +1,8 @@
<?php <?php
class Nextcloud extends PatchBase { class NextcloudServer extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Nextcloud GmbH', 'Nextcloud', 'https://nextcloud.com/install/'); parent::__construct('Nextcloud GmbH', 'Nextcloud Server', 'https://nextcloud.com/install/');
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://nextcloud.com/install/')) if ($this->fetch('https://nextcloud.com/install/'))