This commit is contained in:
as2252258@163.com
2021-04-23 03:12:00 +08:00
parent 8b57f44f7e
commit 325ab04f20
26 changed files with 775 additions and 1493 deletions
-4
View File
@@ -23,10 +23,6 @@ class Connection extends Pool
public int $timeout = 1900;
/** @var PDO[] */
protected array $connections = [];
/**
* @param $timeout
*/