summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/appinfo
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-23 20:57:09 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-24 10:54:03 +0200
commit7c0c180a56a42c4ca6ca8141e473055934ee1803 (patch)
treec3915603c01ecc96458c54b3741bd816fa648c37 /apps/workflowengine/appinfo
parent50b1568d48efddc315e503c6a2c3ffe485db7658 (diff)
downloadnextcloud-server-7c0c180a56a42c4ca6ca8141e473055934ee1803.tar.gz
nextcloud-server-7c0c180a56a42c4ca6ca8141e473055934ee1803.zip
Migrate WFE to new bootstrap mechanism
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/workflowengine/appinfo')
-rw-r--r--apps/workflowengine/appinfo/app.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/apps/workflowengine/appinfo/app.php b/apps/workflowengine/appinfo/app.php
deleted file mode 100644
index 552d8432600..00000000000
--- a/apps/workflowengine/appinfo/app.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/**
- * @copyright Copyright (c) 2016 Morris Jobke <hey@morrisjobke.de>
- *
- * @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/>.
- *
- */
-
-use \OCA\WorkflowEngine\AppInfo\Application;
-
-/** @var Application $application */
-$application = \OC::$server->query(Application::class);
-$application->registerHooksAndListeners();
-$application->registerRuleListeners();