Update src/Database/Database.php

Correct indent

Co-authored-by: Philipp <admin+Github@philipp.info>
This commit is contained in:
k-alin
2022-02-25 12:09:54 +01:00
committed by GitHub
parent 470be2b5e4
commit 33c4fbf2a6

View File

@@ -166,9 +166,9 @@ class Database
$this->connection->set_charset($charset); $this->connection->set_charset($charset);
} }
if ($socket) { if ($socket) {
$this->connection->set_socket($socket); $this->connection->set_socket($socket);
} }
} }
} }