Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewa-Podolak authored Feb 6, 2023
1 parent c20bbe0 commit c9e5e45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ For example, a Stripe webhook handler would be `App\Http\Handlers\Stripe\Custome

Each handler is constructed with the `event` (name of the webhook event) and `data` properties.

Each handler must also use the `Dispatchable` trait.

```php
<?php

Expand Down

0 comments on commit c9e5e45

Please sign in to comment.