mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] Improved LDAP import
* [ADD] Groups import from LDAP * [MOD] Improved LDAP auth behavior * [MOD] Config data is always cloned on every request * [MOD] Improved non RSA encrypted data detection * [MOD] Code refactoring
This commit is contained in:
@@ -54,8 +54,7 @@ class ConfigBackupController extends SimpleControllerBase
|
||||
}
|
||||
|
||||
try {
|
||||
$backupService = new FileBackupService();
|
||||
$backupService->doBackup();
|
||||
$this->dic->get(FileBackupService::class)->doBackup();
|
||||
|
||||
$this->eventDispatcher->notifyEvent('run.backup.end',
|
||||
new Event($this, EventMessage::factory()
|
||||
|
||||
Reference in New Issue
Block a user