@@ -34,7 +34,7 @@ |
||
| 34 | 34 | /** |
| 35 | 35 | * Create a new job instance. |
| 36 | 36 | * |
| 37 | - * @param array|\Illuminate\Support\Collection $webhooks |
|
| 37 | + * @param \Illuminate\Support\Collection $webhooks |
|
| 38 | 38 | * @param mixed $eventData |
| 39 | 39 | */ |
| 40 | 40 | public function __construct($webhooks, $eventData) |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use GuzzleHttp\Middleware; |
| 7 | 7 | use GuzzleHttp\Promise\PromiseInterface; |
| 8 | 8 | use Illuminate\Bus\Queueable; |
| 9 | -use GuzzleHttp\Promise\Promise; |
|
| 10 | 9 | use Illuminate\Contracts\Bus\SelfHandling; |
| 11 | 10 | use Mpociot\CaptainHook\WebhookLog; |
| 12 | 11 | use Illuminate\Queue\SerializesModels; |