mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 18:28:49 +02:00
Fixed exception
This commit is contained in:
parent
c2c768b151
commit
26cc4b4836
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue