1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-18 05:32:23 -05:00

Add missing getter

This commit is contained in:
Vincent Jousse 2013-11-21 20:27:42 +01:00
parent c15bb6b4de
commit 95a3b293ae

View File

@ -16,4 +16,8 @@ class Entry
return $this->id;
}
public function getTitle() {
return $this->title;
}
}