This commit is contained in:
2021-12-06 16:12:10 +08:00
parent 89b30b8bc8
commit f75457b18a
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -44,7 +44,6 @@ class PDO implements StopHeartbeatCheck
*/
public function __construct(array $config)
{
var_dump($config);
$this->dbname = $config['dbname'];
$this->cds = $config['cds'];
$this->username = $config['username'];