summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
deleted file mode 100644
index 4abce5742..000000000
--- a/appinfo/app.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/**
- * Nextcloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Alessandro Cosentino <cosenal@gmail.com>
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright 2012 Alessandro Cosentino
- * @copyright 2012-2014 Bernhard Posselt
- */
-
-namespace OCA\News\AppInfo;
-
-use OCA\News\Hooks\User;
-
-require_once __DIR__ . '/../vendor/autoload.php';
-
-\OCP\Util::connectHook('OC_User', 'pre_deleteUser', User::class, 'deleteUser'); \ No newline at end of file