From 1fbe0ea4cf1abcd98bcaae5750e372c244e08aeb Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 12 May 2014 22:45:24 +0200 Subject: more style fixes --- db/mapperfactory.php | 1 + 1 file changed, 1 insertion(+) (limited to 'db') diff --git a/db/mapperfactory.php b/db/mapperfactory.php index ff14042d0..4597714d7 100644 --- a/db/mapperfactory.php +++ b/db/mapperfactory.php @@ -21,6 +21,7 @@ use \OCA\News\Core\Db; class MapperFactory { private $dbType; + private $db; public function __construct($dbType, Db $db) { $this->dbType = $dbType; -- cgit v1.2.3