Closed
Description
I am getting this error when trying to use any of the API methods on MailchimpWrapper:
Using $this when not in object context
This happens when registering the service provider.
public function register()
{
$this->app->singleton('mailchimp_wrapper', function() {
$mc = new Mailchimp($this->app['config']->get('mailchimp::apikey'));
return new MailchimpWrapper($mc);
Metadata
Metadata
Assignees
Labels
No labels