From 66294ba62cb48174c98c233dcbf7dcaeca8095dc Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Tue, 3 Apr 2018 11:46:34 +0800 Subject: [PATCH] Remove customer title requirement, now optional #66 --- src/Entity/Customer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Entity/Customer.php b/src/Entity/Customer.php index 9dc7e98c..641b188c 100644 --- a/src/Entity/Customer.php +++ b/src/Entity/Customer.php @@ -25,7 +25,6 @@ class Customer // title /** * @ORM\Column(type="string", length=80) - * @Assert\NotBlank() */ protected $title;