diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-10-24 20:33:46 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-25 10:08:45 +0100 |
commit | 0f159f8fc1dea68552dbfa845fa9a24a95953018 (patch) | |
tree | ee08db06dd6717763fe3ce24b906ded6f919be05 /src/Wallabag/CoreBundle/Entity | |
parent | 3c7900d0cdc8e1893a14bbdde5a6dec4e4186a10 (diff) | |
download | wallabag-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 ...
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity')
-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 84e11e26..c1be3165 100644 --- a/src/Wallabag/CoreBundle/Entity/TaggingRule.php +++ b/src/Wallabag/CoreBundle/Entity/TaggingRule.php | |||
@@ -3,7 +3,7 @@ | |||
3 | namespace Wallabag\CoreBundle\Entity; | 3 | namespace Wallabag\CoreBundle\Entity; |
4 | 4 | ||
5 | use Doctrine\ORM\Mapping as ORM; | 5 | use Doctrine\ORM\Mapping as ORM; |
6 | use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert; | 6 | use Symfony\Bridge\RulerZ\Validator\Constraints as RulerZAssert; |
7 | use Symfony\Component\Validator\Constraints as Assert; | 7 | use Symfony\Component\Validator\Constraints as Assert; |
8 | 8 | ||
9 | /** | 9 | /** |