change org to unit

This commit is contained in:
Dennis Eichhorn 2023-01-26 21:41:44 +01:00
parent ce8b9988bf
commit 65b455f6c0

View File

@ -215,7 +215,7 @@ abstract class ModuleAbstract
string $status,
string $title,
string $message,
$obj
mixed $obj
) : void
{
$response->header->set('Content-Type', MimeType::M_JSON . '; charset=utf-8', true);