forked from wallabag/wallabag
changed table name for tagging rule
This commit is contained in:
committed by
Nicolas Lœuillet
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
|
||||||
|
|||||||
Reference in New Issue
Block a user