Skip to content

Commit 91e35b2

Browse files
authored
Merge pull request #121 from szeidler/119-batch-operations-public
Make $batch_operations variable public
2 parents 8fac2ab + 73db98e commit 91e35b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Mailchimp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Mailchimp implements MailchimpApiInterface {
9494
*
9595
* @see http://developer.mailchimp.com/documentation/mailchimp/reference/batches/#create-post_batches
9696
*/
97-
private $batch_operations;
97+
public $batch_operations;
9898

9999
/**
100100
* Mailchimp constructor.

src/Mailchimp2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Mailchimp2 implements MailchimpApiInterface {
8787
*
8888
* @see http://developer.mailchimp.com/documentation/mailchimp/reference/batches/#create-post_batches
8989
*/
90-
private $batch_operations;
90+
public $batch_operations;
9191

9292
/**
9393
* Authentication settings.

0 commit comments

Comments
 (0)