mirror of https://github.com/wallabag/wallabag.git
Fix RulerZBundle
People should really follow semver and provide UPGRADE file when they provide a library ...
This commit is contained in:
parent
3c7900d0cd
commit
0f159f8fc1
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue