aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-06 14:18:01 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-06 14:18:01 +0100
commit2f69eb4afa2c923cddca2ba0d16d8d7b0bc97680 (patch)
treed6ca676390279306bdfa8e40e536ec437acd9d18 /src/Wallabag/CoreBundle/Entity/Entry.php
parent29c4517f7a8ed08239e5bee3d6c3fa823a83d102 (diff)
downloadwallabag-2f69eb4afa2c923cddca2ba0d16d8d7b0bc97680.tar.gz
wallabag-2f69eb4afa2c923cddca2ba0d16d8d7b0bc97680.tar.zst
wallabag-2f69eb4afa2c923cddca2ba0d16d8d7b0bc97680.zip
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 {