summaryrefslogtreecommitdiffstats
path: root/lib/Db/Feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Feed.php')
-rw-r--r--lib/Db/Feed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Db/Feed.php b/lib/Db/Feed.php
index 008390e2b..137416563 100644
--- a/lib/Db/Feed.php
+++ b/lib/Db/Feed.php
@@ -7,8 +7,10 @@
*
* @author Alessandro Cosentino <cosenal@gmail.com>
* @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @author Paul Tirk <paultirk@paultirk.com>
* @copyright 2012 Alessandro Cosentino
* @copyright 2012-2014 Bernhard Posselt
+ * @copyright 2020 Paul Tirk
*/
namespace OCA\News\Db;
@@ -683,5 +685,4 @@ class Feed extends Entity implements IAPI, \JsonSerializable
return $result;
}
-
}