Fix RulerZBundle

People should really follow semver and provide UPGRADE file when they
provide a library ...
This commit is contained in:
Jeremy Benoist 2018-10-24 20:33:46 +02:00
parent 3c7900d0cd
commit 0f159f8fc1
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View 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;
/**