From 65b455f6c0ff655b20ed8e2c0cbb62839884cf82 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Jan 2023 21:41:44 +0100 Subject: [PATCH] change org to unit --- Module/ModuleAbstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php index 5c1099d45..a325ad7b7 100755 --- a/Module/ModuleAbstract.php +++ b/Module/ModuleAbstract.php @@ -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);