impl. todos or move to Project.md

This commit is contained in:
Dennis Eichhorn 2021-09-27 23:14:00 +02:00
parent f0bd7761b9
commit 0b5bc3092b

View File

@ -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
*