From 73759298658da929fe2da06d0446a93a56859067 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 17 Dec 2014 19:20:21 +0100 Subject: first stab at intelligent container --- db/mapperfactory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/mapperfactory.php b/db/mapperfactory.php index 50dfa1d9b..0b26574dc 100644 --- a/db/mapperfactory.php +++ b/db/mapperfactory.php @@ -21,8 +21,8 @@ class MapperFactory { private $dbType; private $db; - public function __construct($dbType, IDb $db) { - $this->dbType = $dbType; + public function __construct($DatabaseType, IDb $db) { + $this->dbType = $DatabaseType; $this->db = $db; } -- cgit v1.2.3