getMembers #313
Unanswered
acurrieclark
asked this question in
Q&A
getMembers
#313
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I noticed today while updating to v5 that the
getTags
(and other tags methods) has been removed. I note too that this has already been discussed.My IDE also alerted me that the
getMembers
method no longer exists on the facade. I see that it doesn't exist in the MailCoach driver, but is still present in the Mailchimp one.As the
getMembers
method doesn't exist on the currentDriver
contract, is there a danger of it being removed in the future from theMailchimpDriver
? I have already extended the driver locally to add back in the tags methods; should I do the same forgetMembers
?Beta Was this translation helpful? Give feedback.
All reactions