GET /api/tags/id_tag method

This commit is contained in:
Nicolas Lœuillet
2015-02-20 16:38:24 +01:00
parent 1d14779154
commit 2691cf0438
4 changed files with 86 additions and 4 deletions

View File

@ -58,6 +58,6 @@ class Tag
*/
public function getLabel()
{
return $this->value;
return $this->label;
}
}