Skip to content

Commit

Permalink
修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 10, 2023
1 parent 16a2842 commit fe89616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

return (function () {
$poolConfigs = [];
// @phpstan-ignore-next-line
if (version_compare(\SWOOLE_VERSION, '5.1', '>=') && \defined('SWOOLE_HOOK_PDO_PGSQL'))
{
$dbClass = \Imi\Pgsql\Db\Drivers\PdoPgsql\Driver::class;
Expand Down

0 comments on commit fe89616

Please sign in to comment.