diff --git a/lib/Db/PostgreSQL/Driver.php b/lib/Db/PostgreSQL/Driver.php index 7e763e8..99154ed 100644 --- a/lib/Db/PostgreSQL/Driver.php +++ b/lib/Db/PostgreSQL/Driver.php @@ -34,7 +34,7 @@ class Driver extends \JKingWeb\Arsse\Db\AbstractDriver { return false; } - protected function makeConnection(string $user, string $pass, string $db, string $host, int $port) { + protected function makeConnection(string $user, string $pass, string $db, string $host, int $port, string $service) { // stub: native interface is not yet supported throw new \Exception; }