no required image url
This commit is contained in:
parent
0f1fdc0443
commit
59a8341770
@ -24,7 +24,7 @@ class Product {
|
||||
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="string", length=256)
|
||||
* @ORM\Column(type="string", length=256, nullable=true)
|
||||
*/
|
||||
private $image;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user