aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-05-21 18:09:38 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-08-23 07:26:58 +0200
commit119914e65d2d7c19977e1964e0409255eb7cd1a6 (patch)
tree396fc18726f88ee440ae50585d37b8c17d0af517 /src/Wallabag/ApiBundle
parent267e8d6361f8e7791a8687f2370a3e9d08af6648 (diff)
downloadwallabag-119914e65d2d7c19977e1964e0409255eb7cd1a6.tar.gz
wallabag-119914e65d2d7c19977e1964e0409255eb7cd1a6.tar.zst
wallabag-119914e65d2d7c19977e1964e0409255eb7cd1a6.zip
added name on client
Diffstat (limited to 'src/Wallabag/ApiBundle')
-rw-r--r--src/Wallabag/ApiBundle/Entity/Client.php2
1 files changed, 1 insertions, 1 deletions
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
21 /** 21 /**
22 * @var string 22 * @var string
23 * 23 *
24 * @ORM\Column(name="name", type="text", nullable=true) 24 * @ORM\Column(name="title", type="text", nullable=true)
25 */ 25 */
26 protected $name; 26 protected $name;
27 27