mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 16:14:11 +01:00
* [ADD] Test API module without using a real sysPass instance.
* [MOD] Improve module loading. * [MOD] Improve backup file regex. * [MOD] Minor code tweaks. Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -93,6 +93,8 @@ final class UserGroupController extends ControllerBase
|
||||
|
||||
$id = $this->userGroupService->create($userGroupData);
|
||||
|
||||
$userGroupData->setId($id);
|
||||
|
||||
$this->eventDispatcher->notifyEvent(
|
||||
'create.userGroup',
|
||||
new Event($this, EventMessage::factory()
|
||||
|
||||
Reference in New Issue
Block a user