From 1a168e5aa9df84904bbeacd04872d2ce37df69c8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 28 Feb 2024 05:09:10 +0000 Subject: [PATCH] bump --- .github/dev_bug_report.md | 35 ---------------------------------- .github/dev_feature_request.md | 18 ----------------- Admin/Installer.php | 2 +- 3 files changed, 1 insertion(+), 54 deletions(-) delete mode 100755 .github/dev_bug_report.md delete mode 100755 .github/dev_feature_request.md diff --git a/.github/dev_bug_report.md b/.github/dev_bug_report.md deleted file mode 100755 index ef93e56..0000000 --- a/.github/dev_bug_report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Dev Bug Report -about: Create a report to help us improve -title: '' -labels: stat_backlog, type_bug -assignees: '' - ---- - -# Bug Description -A clear and concise description of what the bug is. - -# How to Reproduce - -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -## Minimal Code Example - -``` -// your code ... -``` - -# Expected Behavior -A clear and concise description of what you expected to happen. - -# Screenshots -If applicable, add screenshots to help explain your problem. - -# Additional Information -Add any other context about the problem here. diff --git a/.github/dev_feature_request.md b/.github/dev_feature_request.md deleted file mode 100755 index 9573c35..0000000 --- a/.github/dev_feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Dev Feature Request -about: Suggest an idea for this project -title: '' -labels: stat_backlog, type_feature -assignees: '' - ---- - -# What is the feature you request -* A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -* A clear and concise description of what you want to happen. - -# Alternatives -A clear and concise description of any alternative solutions or features you've considered. - -# Additional Information -Add any other context or screenshots about the feature request here. diff --git a/Admin/Installer.php b/Admin/Installer.php index 3833b70..a6f48e2 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -76,7 +76,7 @@ final class Installer extends InstallerAbstract $contractTypes = []; /** @var \Modules\ContractManagement\Controller\ApiContractTypeController $module */ - $module = $app->moduleManager->getModuleInstance('ContractManagement', 'ApiContractType'); + $module = $app->moduleManager->get('ContractManagement', 'ApiContractType'); foreach ($types as $type) { $response = new HttpResponse();