diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-09 13:32:58 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-06-23 09:24:20 +0200 |
commit | 6a50b4ccb58860f5db872745c7f1894c75cdd027 (patch) | |
tree | 3ed2302821140b1de2142b2403ad7e5ff4a7ff83 /src/Wallabag/GroupBundle/Entity/Group.php | |
parent | 56c81a2f433eaba98f8cf0bfdd3672bc517ae266 (diff) | |
download | wallabag-6a50b4ccb58860f5db872745c7f1894c75cdd027.tar.gz wallabag-6a50b4ccb58860f5db872745c7f1894c75cdd027.tar.zst wallabag-6a50b4ccb58860f5db872745c7f1894c75cdd027.zip |
Added group in user form
Diffstat (limited to 'src/Wallabag/GroupBundle/Entity/Group.php')
-rw-r--r-- | src/Wallabag/GroupBundle/Entity/Group.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
2 | 2 | ||
3 | namespace Wallabag\GroupBundle\Entity; | 3 | namespace Wallabag\GroupBundle\Entity; |
4 | 4 | ||
5 | use Doctrine\Common\Collections\ArrayCollection; | ||
5 | use FOS\UserBundle\Model\Group as BaseGroup; | 6 | use FOS\UserBundle\Model\Group as BaseGroup; |
6 | use Doctrine\ORM\Mapping as ORM; | 7 | use Doctrine\ORM\Mapping as ORM; |
7 | use Wallabag\UserBundle\Entity\User; | 8 | use Wallabag\UserBundle\Entity\User; |