Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-06-18 20:19:13 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-06-18 21:38:14 +0300
commit4c9250208a53c4ed99c031f909f4b813ae6eefdb (patch)
treede819beabd6c151df3eb85c99f09590426bc2172 /appinfo
parent5f8d669a26e11bf12723cb25ea4162762bdc24fc (diff)
Move to new bootstrap mechanism
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
deleted file mode 100644
index e641302..0000000
--- a/appinfo/app.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * @author Joas Schilling <coding@schilljs.com>
- *
- * @copyright Copyright (c) 2016, ownCloud, Inc.
- * @license AGPL-3.0
- *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
- *
- * 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, version 3,
- * along with this program. If not, see <http://www.gnu.org/licenses/>
- *
- */
-
-use OCA\Notifications\AppInfo\Application;
-
-$application = \OC::$server->query(Application::class);
-$application->register();