Skip to content

Commit

Permalink
Merge pull request #86 from kiy0taka/fix/webhook-error
Browse files Browse the repository at this point in the history
Fix argument mismatch.
  • Loading branch information
okazy authored Aug 5, 2020
2 parents fcdd99d + ae46274 commit c2cb373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/WebHookService.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use GuzzleHttp\Exception\RequestException;
use GuzzleHttp\Pool;
use GuzzleHttp\Psr7\Request;
use Nyholm\Psr7\Response;
use GuzzleHttp\Psr7\Response;
use Plugin\Api\Entity\WebHook;
use Plugin\Api\Repository\WebHookRepository;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
Expand Down

0 comments on commit c2cb373

Please sign in to comment.