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