added name on client

This commit is contained in:
Thomas Citharel 2016-05-21 18:09:38 +02:00 committed by Jeremy Benoist
parent 267e8d6361
commit 119914e65d
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C
1 changed files with 1 additions and 1 deletions

View File

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