mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
linter fix
This commit is contained in:
parent
4fa9ccd9e4
commit
1b65c5fbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -844,7 +844,7 @@ $register->set('pools', function () {
|
|||
switch ($dsnScheme) {
|
||||
case 'mariadb-proxy':
|
||||
$host = $dsnHost;
|
||||
if($dsnPort) {
|
||||
if ($dsnPort) {
|
||||
$host .= ':' . $dsnPort;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue