summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 20:14:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 20:14:00 +0200
commitf82b818bdb852f63fdb4a431808f37902f4272ff (patch)
tree60e23d0b4b95a5f862661f3ad4fcc8cfa21f076f /db/item.php
parentc9c7b457a09ed3f1899099bba60dad21ff6ad026 (diff)
break all the things!
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)