]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entries.php
first implementation of security
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entries.php
index 712ff1262097d82404884287c505479417cc553d..3c061a37bc5f1dad223b6344d484f92462521bb2 100644 (file)
@@ -10,6 +10,7 @@ use Symfony\Component\Validator\Constraints as Assert;
  *
  * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\EntriesRepository")
  * @ORM\Table(name="entries")
+ *
  */
 class Entries
 {