mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 19:36:58 +01:00
test(IT): Test account history manager use cases
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -72,7 +72,7 @@ final class DisableController extends ControllerBase
|
||||
|
||||
$this->eventDispatcher->notify(
|
||||
'edit.plugin.disable',
|
||||
new Event($this, EventMessage::factory()->addDescription(__u('Plugin disabled')))
|
||||
new Event($this, EventMessage::build()->addDescription(__u('Plugin disabled')))
|
||||
);
|
||||
|
||||
return $this->returnJsonResponse(JsonMessage::JSON_SUCCESS, __u('Plugin disabled'));
|
||||
|
||||
Reference in New Issue
Block a user