Skip to content

Commit b63d579

Browse files
Add Notification Event Response Property (#7155)
* Add Notification Event Response Property * Update notifications.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent f78532c commit b63d579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ When a notification is sent, the `Illuminate\Notifications\Events\NotificationSe
11761176

11771177
> {tip} After registering listeners in your `EventServiceProvider`, use the `event:generate` Artisan command to quickly generate listener classes.
11781178
1179-
Within an event listener, you may access the `notifiable`, `notification`, and `channel` properties on the event to learn more about the notification recipient or the notification itself:
1179+
Within an event listener, you may access the `notifiable`, `notification`, `channel`, and `response` properties on the event to learn more about the notification recipient or the notification itself:
11801180

11811181
/**
11821182
* Handle the event.

0 commit comments

Comments
 (0)