Skip to content

Commit 7e87166

Browse files
committed
Remove unnecessary param in the example
1 parent 7912da2 commit 7e87166

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
@@ -576,7 +576,7 @@ If you would like to customize notification type that is passed to your JavaScri
576576
*
577577
* @return string
578578
*/
579-
public function broadcastType($notifiable)
579+
public function broadcastType()
580580
{
581581
return 'broadcast.message';
582582
}

0 commit comments

Comments
 (0)