Skip to content

Commit 6fdf489

Browse files
authored
Merge pull request #5 from springtimesoft/Update-MailchimpFragment
Update URL in MailchimpFragment to be more generic as violations were triggered
2 parents d6eb573 + 7ef4ce3 commit 6fdf489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Fragments/MailchimpFragment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class MailchimpFragment implements Fragment
1313
{
14-
public const DOMAIN = '*.us3.list-manage.com';
14+
public const DOMAIN = '*.list-manage.com';
1515

1616
public static function addTo(Policy $policy): void
1717
{

0 commit comments

Comments
 (0)