mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
use JMS Serializer
This commit is contained in:
parent
5b7da07620
commit
268e9e7277
2 changed files with 6 additions and 13 deletions
|
@ -6,7 +6,7 @@ use Doctrine\Common\Collections\ArrayCollection;
|
|||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Symfony\Component\Validator\Constraints as Assert;
|
||||
use Hateoas\Configuration\Annotation as Hateoas;
|
||||
use Symfony\Component\Serializer\Annotation\Groups;
|
||||
use JMS\Serializer\Annotation\Groups;
|
||||
use JMS\Serializer\Annotation\XmlRoot;
|
||||
use Wallabag\UserBundle\Entity\User;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue