This commit is contained in:
2023-04-03 00:37:30 +08:00
parent 59cf5e7d64
commit 3c240efa7a
3 changed files with 25 additions and 89 deletions
+2 -2
View File
@@ -183,8 +183,8 @@ class Connection extends Component
/**
* @param bool $restore
* @return PDO
* @throws Exception
* @return Mysql\PDO
* @throws ConfigException
*/
public function getPdo(bool $restore = false): Mysql\PDO
{