From bc01761221384c0bbac0297d38e85bcaa6286a9a Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 28 Sep 2020 21:07:24 +0200 Subject: Fix repair step and test it Signed-off-by: Sean Molenaar --- appinfo/app.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 appinfo/app.php (limited to 'appinfo') 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 @@ - - * @author Bernhard Posselt - * @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 -- cgit v1.2.3