Skip to content

Commit

Permalink
Merge pull request #13 from EricTendian/patch-2
Browse files Browse the repository at this point in the history
Fixing MailchimpFacade to resolve namespace issue
  • Loading branch information
ChrisRM committed Jan 24, 2016
2 parents 39de68b + 110709e commit db8065b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MailchimpFacade.php
Expand Up @@ -14,6 +14,6 @@ class MailchimpFacade extends Facade
*/
protected static function getFacadeAccessor()
{
return 'Mailchimp';
return 'Mailchimp\Mailchimp';
}
}
}

0 comments on commit db8065b

Please sign in to comment.