chore: Refactor EventDispatcher and observer pattern

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2023-11-03 12:15:48 +01:00
parent 0692487f37
commit dd43b9842f
218 changed files with 1070 additions and 931 deletions

View File

@@ -166,7 +166,7 @@ final class IndexController extends ControllerBase
}
$this->eventDispatcher->notifyEvent(
$this->eventDispatcher->notify(
'show.config',
new Event($this)
);