| @@ -201,7 +201,7 @@ | ||
| 201 | 201 | } | 
| 202 | 202 | |
| 203 | 203 | /** | 
| 204 | - * @return array|false | |
| 204 | + * @return string|false | |
| 205 | 205 | */ | 
| 206 | 206 | public function getLastError() | 
| 207 | 207 |      { | 
| @@ -2,7 +2,6 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\Newsletter; | 
| 4 | 4 | |
| 5 | -use DrewM\MailChimp\MailChimp; | |
| 6 | 5 | use Illuminate\Support\ServiceProvider; | 
| 7 | 6 | |
| 8 | 7 | class NewsletterServiceProvider extends ServiceProvider |