Skip to content

Commit 4ab7e88

Browse files
committed
fixup! feat(wfe): add runtime operations
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent 372572b commit 4ab7e88

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/workflowengine/lib/AppInfo/Application.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ public function boot(IBootContext $context): void {
4646
$context->injectFn(Closure::fromCallable([$this, 'registerRuleListeners']));
4747
}
4848

49-
private function registerRuntimeOperations(IEventDispatcher $dispatcher, ContainerInterface $container): void {
50-
/** @var Manager $manager */
51-
$manager = $container->get(Manager::class);
49+
private function registerRuntimeOperations(Manager $manager): void {
5250
$manager->reloadRuntimeOperations();
5351
}
5452

0 commit comments

Comments
 (0)