Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed May 23, 2024
1 parent 568fd36 commit 212216d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ extensions.
| `igniter.reservation.beforeSaveReservation` | When a reservation is being created. | The `Reservation` model instance and the reservation form attributes |
| `igniter.reservation.confirmed` | When a reservation has been placed. | The `Reservation` model instance |
| `igniter.reservation.isFullyBookedOn` | When a reservation is fully booked on a specific date. | The `DataTime` instance and the number of guests |
| `igniter.reservation.beforeAddStatus` | Before a reservation status is updated. | The `Reservation` model instance, the `StatusHistory` model instance, `$statusId` status ID and the `$previousStatus` previous status ID |
| `igniter.reservation.beforeAddStatus` | Before a reservation status is updated. | The `StatusHistory` model instance, the `Reservation` model instance, `$statusId` status ID and the `$previousStatus` previous status ID |
| `igniter.reservation.statusAdded` | When a reservation status is updated. | The `Reservation` model instance and the `StatusHistory` model instance |
| `igniter.reservation.assigned` | When a reservation is assigned to a staff member. | The `Reservation` model instance and the `AssignableLog` model instance |

Expand Down

0 comments on commit 212216d

Please sign in to comment.