summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appinfo/preupdate.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/preupdate.php b/appinfo/preupdate.php
index f356ae0ce..b493b8920 100644
--- a/appinfo/preupdate.php
+++ b/appinfo/preupdate.php
@@ -13,5 +13,6 @@ namespace OCA\News\AppInfo;
use OCA\News\Upgrade\Upgrade;
+throw new \Exception('heheheo');
$app = new Application();
$app->getContainer()->query(Upgrade::class)->preUpgrade();