]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Tag.php
Quoted entity to avoid reserved keyword
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Tag.php
index 5b571823f707f11659f7da8c92707ff839d60917..7cc452fd7f97b860f4eabadeaf9523ec95e4e5bd 100644 (file)
@@ -12,7 +12,7 @@ use Doctrine\Common\Collections\ArrayCollection;
  * Tag.
  *
  * @XmlRoot("tag")
- * @ORM\Table
+ * @ORM\Table(name="`tag`")
  * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\TagRepository")
  * @ExclusionPolicy("all")
  */