feat: inject EventProcessor into Update transaction for enhanced event handling

This commit is contained in:
shimon 2026-01-07 18:19:20 +02:00
parent 1a87bde88e
commit 2cfaa2223e

View file

@ -60,6 +60,7 @@ class Update extends TransactionsUpdate
->inject('queueForRealtime')
->inject('queueForFunctions')
->inject('queueForWebhooks')
->inject('eventProcessor')
->callback($this->action(...));
}
}