Skip to content

Commit

Permalink
fix #349 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Mar 1, 2023
1 parent d262d45 commit 19a08fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/webhooks/callback-reply.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CustomWebhookHandler extends WebhookHandler
public function dismiss(){
//...

$this->reply("Notification dismissed")->send();
$this->reply("Notification dismissed");
}
}
```
Expand Down

0 comments on commit 19a08fe

Please sign in to comment.