Fix typos in field name

This commit is contained in:
Jeremy Benoist 2016-06-17 23:57:35 +02:00
parent 119914e65d
commit e71cef0bb8
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -21,7 +21,7 @@ class Client extends BaseClient
/**
* @var string
*
* @ORM\Column(name="title", type="text", nullable=true)
* @ORM\Column(name="name", type="text", nullable=true)
*/
protected $name;