diff options
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 472ae582..851af932 100644 --- a/src/Wallabag/CoreBundle/Entity/TaggingRule.php +++ b/src/Wallabag/CoreBundle/Entity/TaggingRule.php | |||
@@ -7,7 +7,7 @@ use Symfony\Component\Validator\Constraints as Assert; | |||
7 | use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert; | 7 | use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert; |
8 | 8 | ||
9 | /** | 9 | /** |
10 | * Config. | 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 |