1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

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

View file

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