]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Tag.php
Add basic title edition
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Tag.php
index afe9e1b9af22a8d4263d29a9728afa641ca0c894..92442df6ddb00ad823f43bc53f0c534d6be0760a 100644 (file)
@@ -51,6 +51,12 @@ class Tag
         $this->user    = $user;
         $this->entries = new ArrayCollection();
     }
+
+    public function __toString()
+    {
+        return $this->label;
+    }
+
     /**
      * Get id.
      *