summaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction/appinfo
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-07-08 12:23:59 +0200
committerMorris Jobke <hey@morrisjobke.de>2020-07-08 12:23:59 +0200
commita5488c01de7f8caffd9a4972bfb5bd321f271d4b (patch)
tree9a6c553d98de05f090dc9f3134f45a166229c65f /apps/contactsinteraction/appinfo
parent54d36c047bb5f5cedf740ee31f00121ef3d29690 (diff)
downloadnextcloud-server-a5488c01de7f8caffd9a4972bfb5bd321f271d4b.tar.gz
nextcloud-server-a5488c01de7f8caffd9a4972bfb5bd321f271d4b.zip
Move contactsinteraction to bootstrap mechanism
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/contactsinteraction/appinfo')
-rw-r--r--apps/contactsinteraction/appinfo/app.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/apps/contactsinteraction/appinfo/app.php b/apps/contactsinteraction/appinfo/app.php
deleted file mode 100644
index 7bc55c958dd..00000000000
--- a/apps/contactsinteraction/appinfo/app.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-/**
- * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @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/>.
- */
-
-\OC::$server->query(\OCA\ContactsInteraction\AppInfo\Application::class);