forked from wallabag/wallabag
Fix RulerZBundle
People should really follow semver and provide UPGRADE file when they provide a library ...
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
namespace Wallabag\CoreBundle\Entity;
|
namespace Wallabag\CoreBundle\Entity;
|
||||||
|
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
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;
|
use Symfony\Component\Validator\Constraints as Assert;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user