aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/TaggingRule.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-12-08 09:35:27 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-12-08 09:35:27 +0100
commitda2240f9d409a8301a1d469823a265780e6f1b7b (patch)
tree23c7c5cee6aefbbf8ec058ac99f4729c7be4ac3e /src/Wallabag/CoreBundle/Entity/TaggingRule.php
parenta7f1921f7db312b5def3839393357f443dcbb52c (diff)
parent347fa6beb0bd3fafd5f722c8ce2e2b3915e4e82e (diff)
downloadwallabag-da2240f9d409a8301a1d469823a265780e6f1b7b.tar.gz
wallabag-da2240f9d409a8301a1d469823a265780e6f1b7b.tar.zst
wallabag-da2240f9d409a8301a1d469823a265780e6f1b7b.zip
Merge pull request #1529 from wallabag/v2-taggingrule-tablename
changed table name for tagging rule
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/TaggingRule.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/TaggingRule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/TaggingRule.php b/src/Wallabag/CoreBundle/Entity/TaggingRule.php
index 4eab590f..329d7ff8 100644
--- a/src/Wallabag/CoreBundle/Entity/TaggingRule.php
+++ b/src/Wallabag/CoreBundle/Entity/TaggingRule.php
@@ -10,7 +10,7 @@ use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert;
10 * Tagging rule. 10 * Tagging rule.
11 * 11 *
12 * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\TaggingRuleRepository") 12 * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\TaggingRuleRepository")
13 * @ORM\Table 13 * @ORM\Table(name="`tagging_rule`")
14 * @ORM\Entity 14 * @ORM\Entity
15 */ 15 */
16class TaggingRule 16class TaggingRule