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
1 changed files with 4 additions and 4 deletions

View File

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