no required image url

This commit is contained in:
Kayn Ty 2018-04-17 16:23:35 +02:00
parent 0f1fdc0443
commit 59a8341770

View File

@ -24,7 +24,7 @@ class Product {
/**
* @ORM\Column(type="string", length=256)
* @ORM\Column(type="string", length=256, nullable=true)
*/
private $image;