From faa061260b21407ef7e89f2cfbdd65a3eca8f221 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 1 Dec 2018 21:21:11 +0100 Subject: [PATCH] Models cannot be final because of NullModels --- Models/EditorDoc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index fec2465..3b91cd9 100644 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.php @@ -24,7 +24,7 @@ use phpOMS\Contract\ArrayableInterface; * @link http://website.orange-management.de * @since 1.0.0 */ -final class EditorDoc implements ArrayableInterface, \JsonSerializable +class EditorDoc implements ArrayableInterface, \JsonSerializable { /**