From 3702df731fcbae513c4b06f092071c5b010c440d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 10 Nov 2024 10:16:31 +0200 Subject: [PATCH] bind websocket submission --- application/Espo/Binding.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application/Espo/Binding.php b/application/Espo/Binding.php index 536ba732d5..3e315d83c3 100644 --- a/application/Espo/Binding.php +++ b/application/Espo/Binding.php @@ -222,6 +222,11 @@ class Binding implements BindingProcessor 'Espo\\Core\\ExternalAccount\\ClientManager', 'externalAccountClientManager' ); + + $binder->bindService( + 'Espo\\Core\\WebSocket\\Submission', + 'webSocketSubmission' + ); } private function bindCore(Binder $binder): void