Skip to content

Commit

Permalink
Merge pull request #12 from jmsfwk/process-webhook-type-hinting
Browse files Browse the repository at this point in the history
Remove handle abstract method from ProcessWebhookJob
  • Loading branch information
freekmurze authored Jul 1, 2019
2 parents 4f34187 + 5e00a27 commit cae56f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ProcessWebhookJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ public function __construct(WebhookCall $webhookCall)
{
$this->webhookCall = $webhookCall;
}

abstract public function handle();
}

0 comments on commit cae56f2

Please sign in to comment.