aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Tag.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-20 16:38:24 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-06 20:50:30 +0100
commit2691cf04384239c546e141af6cc3c22b210dae58 (patch)
tree0e3f7047e7edb9628139a7f344ea646f660ac14d /src/Wallabag/CoreBundle/Entity/Tag.php
parent1d14779154481b320e1c44fccf2558d8c9fa43a1 (diff)
downloadwallabag-2691cf04384239c546e141af6cc3c22b210dae58.tar.gz
wallabag-2691cf04384239c546e141af6cc3c22b210dae58.tar.zst
wallabag-2691cf04384239c546e141af6cc3c22b210dae58.zip
GET /api/tags/id_tag method
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Tag.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Tag.php b/src/Wallabag/CoreBundle/Entity/Tag.php
index 31017563..963f32b1 100644
--- a/src/Wallabag/CoreBundle/Entity/Tag.php
+++ b/src/Wallabag/CoreBundle/Entity/Tag.php
@@ -58,6 +58,6 @@ class Tag
58 */ 58 */
59 public function getLabel() 59 public function getLabel()
60 { 60 {
61 return $this->value; 61 return $this->label;
62 } 62 }
63} 63}