summaryrefslogtreecommitdiffstats
path: root/db/mapperfactory.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/mapperfactory.php')
-rw-r--r--db/mapperfactory.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/mapperfactory.php b/db/mapperfactory.php
index 4597714d7..7d7c5d7cc 100644
--- a/db/mapperfactory.php
+++ b/db/mapperfactory.php
@@ -33,10 +33,8 @@ class MapperFactory {
switch($this->dbType) {
case 'pgsql':
return new \OCA\News\Db\Postgres\ItemMapper($this->db);
- break;
default:
return new ItemMapper($this->db);
- break;
}
}