diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-07-13 17:09:23 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-07-13 17:09:23 +0200 |
commit | 81a433d5dbfab5204f9cb4c5deeec11ddbc7dda1 (patch) | |
tree | 6404e3ee115bb9be655b153b539d88699b2ec36c /apps/updatenotification/appinfo | |
parent | 2c87ce60a04eb98533d430ef7abe386ef0d04c2a (diff) | |
download | nextcloud-server-81a433d5dbfab5204f9cb4c5deeec11ddbc7dda1.tar.gz nextcloud-server-81a433d5dbfab5204f9cb4c5deeec11ddbc7dda1.zip |
Use IBootstrap for the app updatenotification
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/updatenotification/appinfo')
-rw-r--r-- | apps/updatenotification/appinfo/app.php | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/apps/updatenotification/appinfo/app.php b/apps/updatenotification/appinfo/app.php deleted file mode 100644 index a0608d02370..00000000000 --- a/apps/updatenotification/appinfo/app.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -/** - * @copyright Copyright (c) 2018, Joas Schilling <coding@schilljs.com> - * - * @author Joas Schilling <coding@schilljs.com> - * @author Lukas Reschke <lukas@statuscode.ch> - * @author Robin Appelman <robin@icewind.nl> - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - * - */ - -use \OCA\UpdateNotification\AppInfo\Application; - -/** @var Application $app */ -$app = \OC::$server->query(Application::class); -$app->register(); |