@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace StephaneCoinon\SendGridActivity; |
4 | 4 | |
5 | +use Http\Client\Common\PluginClient; |
|
5 | 6 | use Http\Client\Common\Plugin\AuthenticationPlugin; |
6 | 7 | use Http\Client\Common\Plugin\ErrorPlugin; |
7 | -use Http\Client\Common\PluginClient; |
|
8 | 8 | use Http\Client\HttpClient; |
9 | 9 | use Http\Discovery\HttpClientDiscovery; |
10 | 10 | use Http\Message\Authentication\Bearer; |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace StephaneCoinon\SendGridActivity\Integrations\Laravel; |
4 | 4 | |
5 | 5 | use Illuminate\Support\ServiceProvider; |
6 | -use StephaneCoinon\SendGridActivity\SendGrid; |
|
7 | 6 | use StephaneCoinon\SendGridActivity\Integrations\Framework; |
7 | +use StephaneCoinon\SendGridActivity\SendGrid; |
|
8 | 8 | |
9 | 9 | class SendGridApiServiceProvider extends ServiceProvider |
10 | 10 | { |
@@ -51,7 +51,6 @@ |
||
51 | 51 | /** |
52 | 52 | * Undocumented function |
53 | 53 | * |
54 | - * @param array $items |
|
55 | 54 | * @return array|\Illuminate\Support\Collection |
56 | 55 | */ |
57 | 56 | public function mapInto(string $model) |