mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 18:06:54 +01:00
* [ADD] Upgrade process. Work in progress.
This commit is contained in:
@@ -79,6 +79,8 @@ class DatabaseConnectionData
|
||||
*/
|
||||
public function refreshFromConfig(ConfigData $configData)
|
||||
{
|
||||
debugLog('Refresh DB connection data');
|
||||
|
||||
return $this->setDbHost($configData->getDbHost())
|
||||
->setDbName($configData->getDbName())
|
||||
->setDbUser($configData->getDbUser())
|
||||
|
||||
Reference in New Issue
Block a user