mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Fix cs NO_CI
This commit is contained in:
parent
360d0249b1
commit
3801c29cf6
|
|
@ -67,7 +67,7 @@ final class SqlServerConnection 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