]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Config.php
Quoted entity to avoid reserved keyword
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Config.php
index f4edcfa9f7af04cbbe2cd3ceda4b4aa0bd798660..b2a1915a4fdbd22f921e5ecae5212da9ff922d46 100644 (file)
@@ -9,7 +9,7 @@ use Symfony\Component\Validator\Constraints as Assert;
  * Config.
  *
  * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\ConfigRepository")
- * @ORM\Table
+ * @ORM\Table(name="`config`")
  * @ORM\Entity
  */
 class Config