@@ -8,7 +8,7 @@ |
||
8 | 8 | */ |
9 | 9 | trait BasicLogging { |
10 | 10 | |
11 | - /** |
|
11 | + /** |
|
12 | 12 | * The logger to user |
13 | 13 | * @var \Illuminate\Contracts\Logging\Log |
14 | 14 | */ |
@@ -118,7 +118,7 @@ |
||
118 | 118 | return LarachimpFacade::patch('lists/' . $this->listId . '/members/' . $subscriberHash, [ |
119 | 119 | 'body' => json_encode([ |
120 | 120 | 'status' => $member->isSubscribedToMailchimpList() ? 'subscribed' : 'unsubscribed', |
121 | - ]), |
|
121 | + ]), |
|
122 | 122 | ]); |
123 | 123 | } |
124 | 124 |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | interface LarachimpListMember |
4 | 4 | { |
5 | - /** |
|
6 | - * Return the first name of the subscriber to the Mailchimp list |
|
7 | - * |
|
8 | - * @return string |
|
9 | - */ |
|
5 | + /** |
|
6 | + * Return the first name of the subscriber to the Mailchimp list |
|
7 | + * |
|
8 | + * @return string |
|
9 | + */ |
|
10 | 10 | public function getFirstName(); |
11 | 11 | |
12 | 12 | /** |