Test Failed
Push — 0.3 ( 31ecce...2fa0ba )
by Diego
02:43
created
src/Services/MailchimpManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
         return LarachimpFacade::request('PATCH', 'lists/' . $this->listId . '/members/' . $subscriberHash, [
116 116
             'body' => json_encode([
117 117
                 'status' => $member->isSubscribedToMailchimpList() ? 'subscribed' : 'unsubscribed',
118
-        	]),
118
+            ]),
119 119
         ]);
120 120
     }
121 121
 
Please login to merge, or discard this patch.