Remove customer title requirement, now optional #66

This commit is contained in:
Kendrick Chan 2018-04-03 11:46:34 +08:00
parent b007352b19
commit 66294ba62c

View file

@ -25,7 +25,6 @@ class Customer
// title // title
/** /**
* @ORM\Column(type="string", length=80) * @ORM\Column(type="string", length=80)
* @Assert\NotBlank()
*/ */
protected $title; protected $title;