Fixed exception

This commit is contained in:
Jan Böhmer 2022-09-21 12:47:12 +02:00
parent c2c768b151
commit 26cc4b4836

View file

@ -84,7 +84,7 @@ trait ManufacturerTrait
* @Assert\Choice({"announced", "active", "nrfnd", "eol", "discontinued", ""}) * @Assert\Choice({"announced", "active", "nrfnd", "eol", "discontinued", ""})
* @ColumnSecurity(type="string", prefix="status", placeholder="") * @ColumnSecurity(type="string", prefix="status", placeholder="")
*/ */
protected string $manufacturing_status = ''; protected ?string $manufacturing_status = '';
/** /**
* Get the link to the website of the article on the manufacturers website * Get the link to the website of the article on the manufacturers website