From: Thomas Citharel Date: Sat, 21 May 2016 16:09:38 +0000 (+0200) Subject: added name on client X-Git-Tag: 2.1.0~58^2~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=119914e65d2d7c19977e1964e0409255eb7cd1a6;p=github%2Fwallabag%2Fwallabag.git added name on client --- diff --git a/src/Wallabag/ApiBundle/Entity/Client.php b/src/Wallabag/ApiBundle/Entity/Client.php index 3e2f491c..3e8b54fe 100644 --- a/src/Wallabag/ApiBundle/Entity/Client.php +++ b/src/Wallabag/ApiBundle/Entity/Client.php @@ -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;