]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Tags.php
move WallabagBundle into Wallabag:CoreBundle
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Tags.php
similarity index 95%
rename from src/WallabagBundle/Entity/Tags.php
rename to src/Wallabag/CoreBundle/Entity/Tags.php
index c0c78ee51f4fc39c447dac9aa15e4b0a3f9ea257..6fe16a5355f47e7f0cc3bd471207c0355702c8fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace WallabagBundle\Entity;
+namespace Wallabag\CoreBundle\Entity;
 
 use Doctrine\ORM\Mapping as ORM;