]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/User.php
Ability to prefix tables
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / User.php
index e75e3a8377bb21615ec7e93279f0c54ab306240e..1652170f7a7c8eefd2c1bcdd0674be4aedd29759 100644 (file)
@@ -13,8 +13,8 @@ use JMS\Serializer\Annotation\Expose;
 /**
  * User
  *
- * @ORM\Table(name="user")
  * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\UserRepository")
+ * @ORM\Table
  * @ORM\HasLifecycleCallbacks()
  * @ExclusionPolicy("all")
  */