summaryrefslogtreecommitdiffstats
path: root/lib/Db/MapperFactory.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-08-29 23:39:35 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-27 15:35:31 +0200
commitd00d1ab2a28f428223e52b17052c072c64784016 (patch)
treec019f85fb7ac67147dd43ca64b4ac3cda99832f7 /lib/Db/MapperFactory.php
parent5687baca75d47dbdffd3de74e865ad2f71ef0cb7 (diff)
Create V2 mapper, Service and management commands
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'lib/Db/MapperFactory.php')
-rw-r--r--lib/Db/MapperFactory.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Db/MapperFactory.php b/lib/Db/MapperFactory.php
index 635003c64..35d587a6b 100644
--- a/lib/Db/MapperFactory.php
+++ b/lib/Db/MapperFactory.php
@@ -19,6 +19,12 @@ use OCP\IDBConnection;
use OCA\News\Db\Mysql\ItemMapper as MysqlItemMapper;
use OCA\News\DependencyInjection\IFactory;
+/**
+ * Class LegacyMapperFactory
+ *
+ * @package OCA\News\Db
+ * @deprecated not needed in modern system
+ */
class MapperFactory implements IFactory
{