]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Entity/User.php
Quoted entity to avoid reserved keyword
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Entity / User.php
index d2efd20080b4bee41b3d7b6badbbe94a7770c675..e3b9a519c7e42617ec816f98edefdf53a01cb2ad 100644 (file)
@@ -19,7 +19,7 @@ use Wallabag\CoreBundle\Entity\Tag;
  * User.
  *
  * @ORM\Entity(repositoryClass="Wallabag\UserBundle\Repository\UserRepository")
- * @ORM\Table
+ * @ORM\Table(name="`user`")
  * @ORM\HasLifecycleCallbacks()
  * @ExclusionPolicy("all")
  *