From b077829394272fd148cfcaaab357516f16da2533 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 13 Apr 2020 17:32:41 +0200 Subject: [PATCH] make null model final --- Models/NullContactElement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/NullContactElement.php b/Models/NullContactElement.php index 94cb0a3..f269628 100644 --- a/Models/NullContactElement.php +++ b/Models/NullContactElement.php @@ -22,6 +22,6 @@ namespace Modules\Profile\Models; * @link https://orange-management.org * @since 1.0.0 */ -class NullContactElement extends ContactElement +final class NullContactElement extends ContactElement { }