diff --git a/src/AppBundle/Entity/Product.php b/src/AppBundle/Entity/Product.php index 18ddcc4a..82baf74b 100644 --- a/src/AppBundle/Entity/Product.php +++ b/src/AppBundle/Entity/Product.php @@ -24,7 +24,7 @@ class Product { /** - * @ORM\Column(type="string", length=256) + * @ORM\Column(type="string", length=256, nullable=true) */ private $image;