From: Jeremy Benoist Date: Wed, 24 Oct 2018 18:33:46 +0000 (+0200) Subject: Fix RulerZBundle X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a02924ea2618549bacf948188c06092afcd6a8d1;hp=40a7430fe6d727e7717281f045991389b079a2bb;p=github%2Fwallabag%2Fwallabag.git Fix RulerZBundle People should really follow semver and provide UPGRADE file when they provide a library ... --- 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 @@ namespace Wallabag\CoreBundle\Entity; use Doctrine\ORM\Mapping as ORM; -use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert; +use Symfony\Bridge\RulerZ\Validator\Constraints as RulerZAssert; use Symfony\Component\Validator\Constraints as Assert; /**