1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00
This commit is contained in:
shimon 2024-08-18 17:05:24 +03:00
parent b32b2213cf
commit 0330bf37eb

View file

@ -116,7 +116,7 @@ class Database extends Event
}
$this->setQueue($dsn->getHost());
var_dump('** setting Database queue to : ' . $dsn->getHost());
$client = new Client($this->queue, $this->connection);
try {