Skip to content

Commit db8065b

Browse files
committed
Merge pull request #13 from EricTendian/patch-2
Fixing MailchimpFacade to resolve namespace issue
2 parents 39de68b + 110709e commit db8065b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MailchimpFacade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ class MailchimpFacade extends Facade
1414
*/
1515
protected static function getFacadeAccessor()
1616
{
17-
return 'Mailchimp';
17+
return 'Mailchimp\Mailchimp';
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)