summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/itemmapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/itemmapper.php b/db/itemmapper.php
index 68360cf13..b01acfbb9 100644
--- a/db/itemmapper.php
+++ b/db/itemmapper.php
@@ -32,7 +32,7 @@ use \OCA\AppFramework\Core\API;
class ItemMapper extends Mapper implements IMapper {
public function __construct(API $api){
- parent::__construct($api, 'news_items');
+ parent::__construct($api, 'news_items', '\OCA\News\Db\Item');
}