]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entries.php
move WallabagBundle into Wallabag:CoreBundle
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entries.php
similarity index 96%
rename from src/WallabagBundle/Entity/Entries.php
rename to src/Wallabag/CoreBundle/Entity/Entries.php
index 5849a21612019c0b1d728844f91dea28fc1ab0de..712ff1262097d82404884287c505479417cc553d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace WallabagBundle\Entity;
+namespace Wallabag\CoreBundle\Entity;
 
 use Doctrine\ORM\Mapping as ORM;
 use Symfony\Component\Validator\Constraints as Assert;
@@ -8,7 +8,7 @@ use Symfony\Component\Validator\Constraints as Assert;
 /**
  * Entries
  *
- * @ORM\Entity(repositoryClass="WallabagBundle\Repository\EntriesRepository")
+ * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\EntriesRepository")
  * @ORM\Table(name="entries")
  */
 class Entries