lgy 1 month ago
parent
commit
4825a66f3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/vendor/topthink/think-orm/src/db/PDOConnection.php

+ 1 - 1
jcjyhr/vendor/topthink/think-orm/src/db/PDOConnection.php

@@ -574,7 +574,7 @@ abstract class PDOConnection extends Connection
             }
 
             $startTime = microtime(true);
-
+var_dump($config);die;
             $this->links[$linkNum] = $this->createPdo($config['dsn'], $config['username'], $config['password'], $params);
 
             // SQL监控