]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/GroupBundle/Entity/Group.php
Created GroupBundle
[github/wallabag/wallabag.git] / src / Wallabag / GroupBundle / Entity / Group.php
similarity index 88%
rename from src/Wallabag/UserBundle/Entity/Group.php
rename to src/Wallabag/GroupBundle/Entity/Group.php
index 9145959d7e020bc95b13b52be906e47226f7fbbe..57dc16d104c9720863f4ddda19db625dee8f58bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Wallabag\UserBundle\Entity;
+namespace Wallabag\GroupBundle\Entity;
 
 use FOS\UserBundle\Model\Group as BaseGroup;
 use Doctrine\ORM\Mapping as ORM;