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-11-25 10:08:45 +0100
commit0f159f8fc1dea68552dbfa845fa9a24a95953018 (patch)
treeee08db06dd6717763fe3ce24b906ded6f919be05
parent3c7900d0cdc8e1893a14bbdde5a6dec4e4186a10 (diff)
downloadwallabag-0f159f8fc1dea68552dbfa845fa9a24a95953018.tar.gz
wallabag-0f159f8fc1dea68552dbfa845fa9a24a95953018.tar.zst
wallabag-0f159f8fc1dea68552dbfa845fa9a24a95953018.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/**