summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-08-25 22:51:05 +0200
committerGitHub <noreply@github.com>2016-08-25 22:51:05 +0200
commit0f0923f8790e9c53bdd45ecd28b70efde6b6b230 (patch)
treeda0fafb36c3983298d058e0e68749a5287e15a04 /appinfo
parent6236915770d8623e6228c15b0f3d2b126526093b (diff)
Delete update.php
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/update.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/appinfo/update.php b/appinfo/update.php
deleted file mode 100644
index 521fb5ddb..000000000
--- a/appinfo/update.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/**
- * Nextcloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Bernhard Posselt 2015
- */
-
-namespace OCA\News\AppInfo;
-
-use OCA\News\Upgrade\Upgrade;
-
-$app = new Application();
-$app->getContainer()->query(Upgrade::class)->upgrade();