diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-12-08 08:57:19 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-12-08 09:05:56 +0100 |
commit | c5d0db8b71a8c1bb6b5c08763b44e14b4f876d06 (patch) | |
tree | 422ee4f3a55d4e4555a6460bfddf9638b494c6b5 /src | |
parent | a7f1921f7db312b5def3839393357f443dcbb52c (diff) | |
download | wallabag-c5d0db8b71a8c1bb6b5c08763b44e14b4f876d06.tar.gz wallabag-c5d0db8b71a8c1bb6b5c08763b44e14b4f876d06.tar.zst wallabag-c5d0db8b71a8c1bb6b5c08763b44e14b4f876d06.zip |
changed table name for tagging rule
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Entity/TaggingRule.php | 2 |
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 | */ |
16 | class TaggingRule | 16 | class TaggingRule |