aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-06-10 15:37:25 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-06-10 15:37:25 +0200
commita9c6577f0c51dd4282e022fa4b41cbb7b0e201b3 (patch)
treec50b4511d2855fe0e46aea9656ab9629b1fa8030 /src/Wallabag/CoreBundle/Entity/Entry.php
parent1112e54772c9308ee3d7417869b5b8ef9b2b9812 (diff)
downloadwallabag-a9c6577f0c51dd4282e022fa4b41cbb7b0e201b3.tar.gz
wallabag-a9c6577f0c51dd4282e022fa4b41cbb7b0e201b3.tar.zst
wallabag-a9c6577f0c51dd4282e022fa4b41cbb7b0e201b3.zip
Few fixes
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index 07d41ed8..a0503c39 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -686,6 +686,7 @@ class Entry
686 686
687 /** 687 /**
688 * Used in the entries filter so it's more explicit for the end user than the uid. 688 * Used in the entries filter so it's more explicit for the end user than the uid.
689 * Also used in the API.
689 * 690 *
690 * @VirtualProperty 691 * @VirtualProperty
691 * @SerializedName("is_public") 692 * @SerializedName("is_public")