diff options
| author | 2013-12-23 13:36:34 +0100 | |
|---|---|---|
| committer | 2013-12-23 13:36:34 +0100 | |
| commit | abfedfd108a3684720a0a63f03f26d5269cd1498 (patch) | |
| tree | 1dfb450b8eaf29863116f20fa3e795e0865d2d54 /app/Models/Entry.php | |
| parent | 6552cf0da648aa4daf2ea1e57d78a87e57087ff8 (diff) | |
| parent | 7b7acf5c8738e949109672748dbd9f39a6e5a2c4 (diff) | |
Merge remote-tracking branch 'origin/dev' into beta
Diffstat (limited to 'app/Models/Entry.php')
| -rw-r--r-- | app/Models/Entry.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index 983f94727..ed31ef2b1 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -1,4 +1,5 @@ <?php + class FreshRSS_Entry extends Minz_Model { private $id = 0; |
