mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 02:39:24 +01:00
changed table name for tagging rule
This commit is contained in:
parent
a7f1921f7d
commit
c5d0db8b71
@ -10,7 +10,7 @@ use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert;
|
|||||||
* Tagging rule.
|
* Tagging rule.
|
||||||
*
|
*
|
||||||
* @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\TaggingRuleRepository")
|
* @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\TaggingRuleRepository")
|
||||||
* @ORM\Table
|
* @ORM\Table(name="`tagging_rule`")
|
||||||
* @ORM\Entity
|
* @ORM\Entity
|
||||||
*/
|
*/
|
||||||
class TaggingRule
|
class TaggingRule
|
||||||
|
Loading…
Reference in New Issue
Block a user