summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 18:50:10 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 18:50:10 +0200
commit31ae116fe4ab5cac3d2a85069adae2d211ecc846 (patch)
tree10c02f09fb0086b7553091fb73c299d9b294385d /db/item.php
parent83e8691308971680977b6e29d7c1fbd790e4eb16 (diff)
migrated database, utility, bootstrap from appframework
Diffstat (limited to 'db/item.php')
-rw-r--r--db/item.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/item.php b/db/item.php
index 6f2ee9e6f..141c0b8a6 100644
--- a/db/item.php
+++ b/db/item.php
@@ -25,8 +25,6 @@
namespace OCA\News\Db;
-use \OCA\AppFramework\Db\Entity;
-
class Item extends Entity implements IAPI {