mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Improved backup process. Work in progress
This commit is contained in:
@@ -49,7 +49,7 @@ class ConfigController extends ControllerBase
|
||||
$this->setupApi(ActionsInterface::BACKUP_CONFIG);
|
||||
|
||||
$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