@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | /** |
37 | 37 | * Creates a new Larachimp instance |
38 | 38 | * |
39 | - * @param Log The logger instance to use |
|
39 | + * @param Log Log logger instance to use |
|
40 | 40 | */ |
41 | 41 | public function __construct(Log $log = null) |
42 | 42 | { |
@@ -102,7 +102,6 @@ discard block |
||
102 | 102 | /** |
103 | 103 | * If there's a logger defined, it logs the response returned |
104 | 104 | * |
105 | - * @param Collection $collection |
|
106 | 105 | */ |
107 | 106 | protected function logResponse($response) |
108 | 107 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use DiegoCaprioli\Larachimp\Models\LarachimpListMember; |
5 | 5 | use DiegoCaprioli\Larachimp\Services\Larachimp; |
6 | 6 | use Illuminate\Contracts\Logging\Log; |
7 | -use Illuminate\Support\Facades\App; |
|
8 | 7 | |
9 | 8 | class MailchimpManager |
10 | 9 | { |