From 59a8341770c4ef49fd90be37d00e9bc8617e8ea3 Mon Sep 17 00:00:00 2001 From: Kayn Ty Date: Tue, 17 Apr 2018 16:23:35 +0200 Subject: [PATCH] no required image url --- src/AppBundle/Entity/Product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;