Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
bessudnov committed May 31, 2020
1 parent 919fd91 commit 46952a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/contacts_actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function (AccessTokenInterface $accessToken, string $baseDomain) {
(new MultitextCustomFieldValueCollection())
->add(
(new MultitextCustomFieldValueModel())
->setEnum('PRIV')
->setEnum('WORKDD')
->setValue('+79123')
)
);
Expand Down

0 comments on commit 46952a8

Please sign in to comment.