mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Improved backup process. Work in progress
This commit is contained in:
@@ -57,7 +57,7 @@ class ConfigBackupController extends SimpleControllerBase
|
||||
SessionContext::close();
|
||||
|
||||
$this->dic->get(FileBackupService::class)
|
||||
->doBackup();
|
||||
->doBackup(BACKUP_PATH);
|
||||
|
||||
$this->eventDispatcher->notifyEvent('run.backup.end',
|
||||
new Event($this, EventMessage::factory()
|
||||
|
||||
Reference in New Issue
Block a user