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:54 +00:00
parent a6b7533bc4
commit 885b13e77b
4 changed files with 2 additions and 7 deletions

View File

@ -499,7 +499,7 @@ final class ApiController extends Controller
->where('id', $this->app->unitId) ->where('id', $this->app->unitId)
->execute(); ->execute();
$export = $exporter === null ? [] : $exporter->export( $export = $exporter->export(
[ [
'assets' => $defaultAssets, 'assets' => $defaultAssets,
'templates' => $defaultTemplates, 'templates' => $defaultTemplates,

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

View File

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