mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-23 00:36:52 +01:00
* [MOD] Update PHPunit to latest version.
* [MOD] Load fixtures using plain SQL files. * [MOD] Raise PHP version requirements (7.2 will be deprecated within a month). Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -65,7 +65,7 @@ final class DatabaseConnectionData
|
||||
*/
|
||||
public static function getFromConfig(ConfigData $configData)
|
||||
{
|
||||
return (new static())
|
||||
return (new DatabaseConnectionData())
|
||||
->setDbHost($configData->getDbHost())
|
||||
->setDbName($configData->getDbName())
|
||||
->setDbUser($configData->getDbUser())
|
||||
|
||||
Reference in New Issue
Block a user