summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/item.php')
-rw-r--r--db/item.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/item.php b/db/item.php
index 7d3d4dce7..4a3fa0d8c 100644
--- a/db/item.php
+++ b/db/item.php
@@ -13,6 +13,9 @@
namespace OCA\News\Db;
+use \OCP\AppFramework\Db\Entity;
+
+
/**
* @method integer getId()
* @method void setId(integer $value)