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 bc84283080
commit 9fb2f52249
4 changed files with 2 additions and 7 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

View File

@ -59,7 +59,7 @@ final class CommentMapper extends DataMapperFactory
'createdBy' => [
'mapper' => AccountMapper::class,
'external' => 'comments_comment_created_by',
]
],
];
/**

View File

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