mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 07:34:41 +01:00
Update PostgresArray.php
This commit is contained in:
parent
b07d08c297
commit
1584bf6fba
@ -82,7 +82,7 @@ class PostgresArray extends SqlArray
|
||||
$host = $config->getHost();
|
||||
$port = $config->getPort();
|
||||
$this->pdo = new \PDO(
|
||||
"postgre:host={$host};port={$port};charset=UTF8",
|
||||
"pgsql:host={$host};port={$port};charset=UTF8",
|
||||
$settings->getUsername(),
|
||||
$settings->getPassword()
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user