mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 08:54:52 +00:00
Correct signature
This commit is contained in:
parent
976672de5b
commit
e30d82fbaa
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Driver extends \JKingWeb\Arsse\Db\AbstractDriver {
|
||||||
return false;
|
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
|
// stub: native interface is not yet supported
|
||||||
throw new \Exception;
|
throw new \Exception;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue