Skip to content

Commit 435f16e

Browse files
Update SendQueuedNotifications.php
1 parent dde8aa7 commit 435f16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Notifications/SendQueuedNotifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function __clone()
142142
/**
143143
* Wrap the notifiable(s) in a collection.
144144
*
145-
* @param mixed $notifiables
145+
* @param \Illuminate\Notifications\Notifiable|\Illuminate\Support\Collection $notifiables
146146
* @return \Illuminate\Support\Collection
147147
*/
148148
protected function wrapNotifiables($notifiables)

0 commit comments

Comments
 (0)