summaryrefslogtreecommitdiffstats
path: root/lib/Db/Mysql/ItemMapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Mysql/ItemMapper.php')
-rw-r--r--lib/Db/Mysql/ItemMapper.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Db/Mysql/ItemMapper.php b/lib/Db/Mysql/ItemMapper.php
index 42c3b44e1..88c87038e 100644
--- a/lib/Db/Mysql/ItemMapper.php
+++ b/lib/Db/Mysql/ItemMapper.php
@@ -16,6 +16,12 @@ namespace OCA\News\Db\Mysql;
use OCA\News\Utility\Time;
use OCP\IDBConnection;
+/**
+ * Class LegacyItemMapper
+ *
+ * @package OCA\News\Db\Mysql
+ * @deprecated use normal ItemMapper
+ */
class ItemMapper extends \OCA\News\Db\ItemMapper
{