]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix RulerZBundle
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 24 Oct 2018 18:33:46 +0000 (20:33 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 25 Nov 2018 09:08:45 +0000 (10:08 +0100)
People should really follow semver and provide UPGRADE file when they
provide a library ...

src/Wallabag/CoreBundle/Entity/TaggingRule.php

index 84e11e261f3657d2e6f5225b0bd5a15358bc33b9..c1be3165d7085185b07d27329ee47fbaff8fc7df 100644 (file)
@@ -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;
 
 /**