Add BusinessConnection event support
This commit is contained in:
parent
2b8f9afa49
commit
325e29a930
3 changed files with 35 additions and 0 deletions
|
@ -151,6 +151,11 @@
|
|||
return UpdateEventType::BUSINESS_MESSAGE;
|
||||
}
|
||||
|
||||
if($update->getBusinessConnection() !== null)
|
||||
{
|
||||
return UpdateEventType::BUSINESS_CONNECTION;
|
||||
}
|
||||
|
||||
return UpdateEventType::UPDATE_EVENT;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue