From af5fa6adff118b87706a47fae4d3103a92a73297 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/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Client.php b/Models/Client.php index 6908794..efe9b7c 100644 --- a/Models/Client.php +++ b/Models/Client.php @@ -25,7 +25,7 @@ use Modules\Profile\Models\Profile; * @link http://website.orange-management.de * @since 1.0.0 */ -final class Client +class Client { private $id = 0;