From 0b5bc3092bd8b89e1c609f6cbea6f056651aa492 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 27 Sep 2021 23:14:00 +0200 Subject: [PATCH] impl. todos or move to Project.md --- Models/ContractType.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Models/ContractType.php b/Models/ContractType.php index d4b292b..e700dfe 100755 --- a/Models/ContractType.php +++ b/Models/ContractType.php @@ -35,14 +35,6 @@ class ContractType implements \JsonSerializable, ArrayableInterface */ protected int $id = 0; - /** - * Name/string identifier by which it can be found/categorized - * - * @var string - * @since 1.0.0 - */ - public string $name = ''; // @todo: currently not filled, should be used as identifier or if not required removed (at the moment it seems like it is useless?!) - /** * Localization *