mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 08:34:16 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Improved backup process. Work in progress
This commit is contained in:
@@ -187,4 +187,12 @@ class MySQLHandler implements DBStorageInterface
|
||||
|
||||
return $this->db;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getDatabaseName()
|
||||
{
|
||||
return $this->connectionData->getDbName();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user