mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-27 08:28:40 +00:00
Fix cs NO_CI
This commit is contained in:
parent
3db14eb5b6
commit
918659c3ea
|
|
@ -67,7 +67,7 @@ final class MysqlConnection extends ConnectionAbstract
|
|||
if (!isset($this->dbdata['db'], $this->dbdata['host'], $this->dbdata['port'], $this->dbdata['database'], $this->dbdata['login'], $this->dbdata['password'])
|
||||
|| !DatabaseType::isValidValue($this->dbdata['db'])
|
||||
) {
|
||||
$this->status = DatabaseStatus::FAILURE;
|
||||
$this->status = DatabaseStatus::FAILURE;
|
||||
$this->dbdata['password'] = '****';
|
||||
//throw new InvalidConnectionConfigException((string) \json_encode($this->dbdata));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user