Remove customer title requirement, now optional #66
This commit is contained in:
parent
b007352b19
commit
66294ba62c
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ class Customer
|
|||
// title
|
||||
/**
|
||||
* @ORM\Column(type="string", length=80)
|
||||
* @Assert\NotBlank()
|
||||
*/
|
||||
protected $title;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue