summaryrefslogtreecommitdiffstats
path: root/db/itemmapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/itemmapper.php')
-rw-r--r--db/itemmapper.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/db/itemmapper.php b/db/itemmapper.php
index b01acfbb9..8da5d27e1 100644
--- a/db/itemmapper.php
+++ b/db/itemmapper.php
@@ -24,9 +24,6 @@
namespace OCA\News\Db;
-use \OCA\AppFramework\Db\DoesNotExistException;
-use \OCA\AppFramework\Db\MultipleObjectsReturnedException;
-use \OCA\AppFramework\Db\Mapper;
use \OCA\AppFramework\Core\API;
class ItemMapper extends Mapper implements IMapper {