aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/User.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/User.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/User.php b/src/Wallabag/CoreBundle/Entity/User.php
index 63ec072c..ff08c8fb 100644
--- a/src/Wallabag/CoreBundle/Entity/User.php
+++ b/src/Wallabag/CoreBundle/Entity/User.php
@@ -14,8 +14,8 @@ use JMS\Serializer\Annotation\Expose;
14/** 14/**
15 * User 15 * User
16 * 16 *
17 * @ORM\Table(name="user")
18 * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\UserRepository") 17 * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\UserRepository")
18 * @ORM\Table
19 * @ORM\HasLifecycleCallbacks() 19 * @ORM\HasLifecycleCallbacks()
20 * @ExclusionPolicy("all") 20 * @ExclusionPolicy("all")
21 * 21 *