X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FGroupBundle%2FEntity%2FGroup.php;h=1381d1eaf34bd37ffee041bf11a8c300e053c64d;hb=6a50b4ccb58860f5db872745c7f1894c75cdd027;hp=e889f74e0170b9b02f8b241ee37224208beae1cf;hpb=56c81a2f433eaba98f8cf0bfdd3672bc517ae266;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/GroupBundle/Entity/Group.php b/src/Wallabag/GroupBundle/Entity/Group.php index e889f74e..1381d1ea 100644 --- a/src/Wallabag/GroupBundle/Entity/Group.php +++ b/src/Wallabag/GroupBundle/Entity/Group.php @@ -2,6 +2,7 @@ namespace Wallabag\GroupBundle\Entity; +use Doctrine\Common\Collections\ArrayCollection; use FOS\UserBundle\Model\Group as BaseGroup; use Doctrine\ORM\Mapping as ORM; use Wallabag\UserBundle\Entity\User;