Test fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:55 +00:00
parent 642b819464
commit 197606fda6
7 changed files with 5 additions and 10 deletions

View File

@ -12,7 +12,7 @@
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
"website": "https://jingga.app"
},
"description": "The shop application.",
"directory": "Shop",

View File

@ -1,5 +0,0 @@
# Structure
## ER
![ER](Modules/QA/Docs/Dev/img/er.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

View File

@ -21,6 +21,6 @@ return ['QA' => [
'Badges' => 'Abzeichen',
'Title' => 'Titel',
'Name' => 'Name',
'App' => 'App',
'App' => 'App',
'Apps' => 'Apps',
]];

View File

@ -21,6 +21,6 @@ return ['QA' => [
'Badges' => 'Badges',
'Title' => 'Title',
'Name' => 'Name',
'App' => 'App',
'App' => 'App',
'Apps' => 'Apps',
]];

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
use Modules\QA\Models\NullQAApp;
use phpOMS\Uri\UriFactory;
$app = $this->data['app'] ?? new NullQAApp();
$app = $this->data['app'] ?? new NullQAApp();
$isNew = $app->id === 0;
/** @var \phpOMS\Views\View $this */

View File

@ -12,7 +12,7 @@
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
"website": "https://jingga.app"
},
"description": "QA module.",
"directory": "QA",