mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 00:51:01 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue