aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
diff options
context:
space:
mode:
authorJeremy <j0k3r@users.noreply.github.com>2015-02-06 14:23:55 +0100
committerJeremy <j0k3r@users.noreply.github.com>2015-02-06 14:23:55 +0100
commit15d33c24dca0fc5b8b783eb68bd83f286481f364 (patch)
treed6ca676390279306bdfa8e40e536ec437acd9d18 /src/Wallabag/CoreBundle/Entity/Entry.php
parent29c4517f7a8ed08239e5bee3d6c3fa823a83d102 (diff)
parent2f69eb4afa2c923cddca2ba0d16d8d7b0bc97680 (diff)
downloadwallabag-15d33c24dca0fc5b8b783eb68bd83f286481f364.tar.gz
wallabag-15d33c24dca0fc5b8b783eb68bd83f286481f364.tar.zst
wallabag-15d33c24dca0fc5b8b783eb68bd83f286481f364.zip
Merge pull request #1060 from wallabag/api-rename-user
rename User entity
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index 70c1dc08..a00762ca 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -302,7 +302,7 @@ class Entry
302 } 302 }
303 303
304 /** 304 /**
305 * @return mixed 305 * @return string
306 */ 306 */
307 public function getCreatedAt() 307 public function getCreatedAt()
308 { 308 {