hugofirth / laravel-mailchimp

A composer package for the MailChimp API PHP class (as provided by MailChimp) which supports the Laravel 4 framework.
96 stars 27 forks source link

Undefined property: Mailchimp::$lists #39

Open kevinreytabada opened 9 years ago

kevinreytabada commented 9 years ago

How can i fix this error im using laravel 4.2.7. .i dont know what to do . .Thank you. . .reply asap.

elliotfehr commented 8 years ago

@kevinreytabada I had the same issue. My issue was I set up the Facade in app.php to alias Mailchimp, which collides with the base Mailchimp class that this wrapper is providing in the service provider. You'll want to make sure you alias another name if this was the same in your situation.