]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entry.php
use JMS Serializer
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entry.php
index a2bb507eacf4f500233a45f092fd6e1a2b759e19..5aa582f8d434a1c4638ca3127a41d9efe5501cfb 100644 (file)
@@ -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;