mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Export dates from entries
This commit is contained in:
parent
6f23289e72
commit
9401696fe4
5 changed files with 61 additions and 4 deletions
|
@ -101,7 +101,7 @@ class Entry
|
|||
*
|
||||
* @ORM\Column(name="created_at", type="datetime")
|
||||
*
|
||||
* @Groups({"export_all"})
|
||||
* @Groups({"entries_for_user", "export_all"})
|
||||
*/
|
||||
private $createdAt;
|
||||
|
||||
|
@ -110,7 +110,7 @@ class Entry
|
|||
*
|
||||
* @ORM\Column(name="updated_at", type="datetime")
|
||||
*
|
||||
* @Groups({"export_all"})
|
||||
* @Groups({"entries_for_user", "export_all"})
|
||||
*/
|
||||
private $updatedAt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue