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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-07-09 20:55:15 +0300
committerJulius Härtl <jus@bitgrid.net>2020-07-10 08:58:40 +0300
commit759d6799bc1758498008494f4074b372f5259729 (patch)
tree8c7d0572ad86f6a44ea37eb6d1dc0333422a1dfc /appinfo
parent81689d3fc14cefad8b9952c16f126441e595883a (diff)
Use IBootstrap for the app bootstrap
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
deleted file mode 100644
index d52ea44fb..000000000
--- a/appinfo/app.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-declare(strict_types=1);
-/**
- * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
- *
- * @author Julius Härtl <jus@bitgrid.net>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * 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
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-namespace OCA\Text\AppInfo;
-
-$app = \OC::$server->query(Application::class);