summaryrefslogtreecommitdiffstats
path: root/lib/Db/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Item.php')
-rw-r--r--lib/Db/Item.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Db/Item.php b/lib/Db/Item.php
index 4cf376366..7d3924597 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -15,6 +15,12 @@ namespace OCA\News\Db;
use OCP\AppFramework\Db\Entity;
+/**
+ * Class Item
+ *
+ * @package OCA\News\Db
+ * @Embeddable
+ */
class Item extends Entity implements IAPI, \JsonSerializable
{
use EntityJSONSerializer;