mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Made ConvInfoToAPI method public
This commit is contained in:
parent
9bb56c6648
commit
5ad0ae5c56
@ -509,7 +509,7 @@ class ConversationsController {
|
||||
* @param ConversationInfo $conv Information about the conversation
|
||||
* @return array Generated conversation object
|
||||
*/
|
||||
private static function ConvInfoToAPI(ConversationInfo $conv) : array {
|
||||
public static function ConvInfoToAPI(ConversationInfo $conv) : array {
|
||||
|
||||
$data = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user