]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Config.php
Ability to prefix tables
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Config.php
index 9f079656ed7aa66ec7a1b9e5bd54e8495d53a510..62ea637eaaa4e64debd5b99262afb92b7bee477b 100644 (file)
@@ -9,7 +9,7 @@ use Symfony\Component\Validator\Constraints as Assert;
  * Config
  *
  * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\ConfigRepository")
- * @ORM\Table(name="config")
+ * @ORM\Table
  * @ORM\Entity
  */
 class Config