Update src/Database/Database.php
Correct indent Co-authored-by: Philipp <admin+Github@philipp.info>
This commit is contained in:
parent
ff439272b9
commit
335be6f032
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class Database
|
||||||
$pass = trim($this->configCache->get('database', 'password'));
|
$pass = trim($this->configCache->get('database', 'password'));
|
||||||
$db = trim($this->configCache->get('database', 'database'));
|
$db = trim($this->configCache->get('database', 'database'));
|
||||||
$charset = trim($this->configCache->get('database', 'charset'));
|
$charset = trim($this->configCache->get('database', 'charset'));
|
||||||
$socket = trim($this->configCache->get('database', 'socket'));
|
$socket = trim($this->configCache->get('database', 'socket'));
|
||||||
|
|
||||||
if (!(strlen($server) && strlen($user))) {
|
if (!(strlen($server) && strlen($user))) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue