aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-10-24 20:33:46 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-10-24 20:33:48 +0200
commita02924ea2618549bacf948188c06092afcd6a8d1 (patch)
treece4265f481ac2b745bf3c0c91a1277a123c18015
parent40a7430fe6d727e7717281f045991389b079a2bb (diff)
downloadwallabag-a02924ea2618549bacf948188c06092afcd6a8d1.tar.gz
wallabag-a02924ea2618549bacf948188c06092afcd6a8d1.tar.zst
wallabag-a02924ea2618549bacf948188c06092afcd6a8d1.zip
Fix RulerZBundle
People should really follow semver and provide UPGRADE file when they provide a library ...
-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 84e11e26..c1be3165 100644
--- a/src/Wallabag/CoreBundle/Entity/TaggingRule.php
+++ b/src/Wallabag/CoreBundle/Entity/TaggingRule.php
@@ -3,7 +3,7 @@
3namespace Wallabag\CoreBundle\Entity; 3namespace Wallabag\CoreBundle\Entity;
4 4
5use Doctrine\ORM\Mapping as ORM; 5use Doctrine\ORM\Mapping as ORM;
6use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert; 6use Symfony\Bridge\RulerZ\Validator\Constraints as RulerZAssert;
7use Symfony\Component\Validator\Constraints as Assert; 7use Symfony\Component\Validator\Constraints as Assert;
8 8
9/** 9/**