aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index 4d7e001b..c3e6b4d5 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -101,7 +101,7 @@ class Entry
101 * 101 *
102 * @ORM\Column(name="created_at", type="datetime") 102 * @ORM\Column(name="created_at", type="datetime")
103 * 103 *
104 * @Groups({"export_all"}) 104 * @Groups({"entries_for_user", "export_all"})
105 */ 105 */
106 private $createdAt; 106 private $createdAt;
107 107
@@ -110,7 +110,7 @@ class Entry
110 * 110 *
111 * @ORM\Column(name="updated_at", type="datetime") 111 * @ORM\Column(name="updated_at", type="datetime")
112 * 112 *
113 * @Groups({"export_all"}) 113 * @Groups({"entries_for_user", "export_all"})
114 */ 114 */
115 private $updatedAt; 115 private $updatedAt;
116 116