Skip to content

Commit 0db0b2a

Browse files
committed
Updated variable from private to public
1 parent e01c66a commit 0db0b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMText/RichContent/Messages/ContactsMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ContactsMessage implements IRichMessage
1616
/**
1717
* @var Contact[]
1818
*/
19-
private $contacts = [];
19+
public $contacts = [];
2020

2121
/**
2222
* ContactsMessage constructor.

0 commit comments

Comments
 (0)