Skip to content

Commit c538d82

Browse files
authored
Update notifications.md (laravel#9588)
Replace the class type with the intended one.
1 parent ca2571c commit c538d82

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
@@ -1492,7 +1492,7 @@ When a notification is sent, the `Illuminate\Notifications\Events\NotificationSe
14921492
/**
14931493
* Handle the given event.
14941494
*/
1495-
public function handle(NotificationSending $event): void
1495+
public function handle(NotificationSent $event): void
14961496
{
14971497
// ...
14981498
}

0 commit comments

Comments
 (0)