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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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