From 7c0c180a56a42c4ca6ca8141e473055934ee1803 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 23 Jun 2020 20:57:09 +0200 Subject: Migrate WFE to new bootstrap mechanism Signed-off-by: Christoph Wurst --- apps/workflowengine/appinfo/app.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 apps/workflowengine/appinfo/app.php (limited to 'apps/workflowengine/appinfo') 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 @@ - - * - * @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 . - * - */ - -use \OCA\WorkflowEngine\AppInfo\Application; - -/** @var Application $application */ -$application = \OC::$server->query(Application::class); -$application->registerHooksAndListeners(); -$application->registerRuleListeners(); -- cgit v1.2.3