mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
bind websocket submission
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user