@@ -282,6 +282,7 @@ class DbManager
/** @var ConnectionInterface $connection */
$connection = new $class($config);
+ var_dump($connection);die;
$connection->setDb($this);
if ($this->cache) {