Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 19, 2020
1 parent ca8dbd3 commit 71fd27a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-webhook-server` will be documented in this file

## 1.8.1 - 2020-03-19

- fix `uuid`

## 1.8.0 - 2020-03-18

- add `uuid`
Expand Down
2 changes: 2 additions & 0 deletions src/WebhookCall.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public function uuid(string $uuid): self
{
$this->uuid = $uuid;

$this->callWebhookJob->uuid = $uuid;

return $this;
}

Expand Down

0 comments on commit 71fd27a

Please sign in to comment.