File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Auth/Notifications Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class ResetPassword extends Notification
25
25
/**
26
26
* The callback that should be used to build the mail message.
27
27
*
28
- * @var (\Closure(mixed, string): \Illuminate\Notifications\Messages\MailMessage)|null
28
+ * @var (\Closure(mixed, string): \Illuminate\Notifications\Messages\MailMessage|\Illuminate\Contracts\Mail\Mailable )|null
29
29
*/
30
30
public static $ toMailCallback ;
31
31
@@ -114,7 +114,7 @@ public static function createUrlUsing($callback)
114
114
/**
115
115
* Set a callback that should be used when building the notification mail message.
116
116
*
117
- * @param \Closure(mixed, string): \Illuminate\Notifications\Messages\MailMessage $callback
117
+ * @param \Closure(mixed, string): ( \Illuminate\Notifications\Messages\MailMessage|\Illuminate\Contracts\Mail\Mailable) $callback
118
118
* @return void
119
119
*/
120
120
public static function toMailUsing ($ callback )
You can’t perform that action at this time.
0 commit comments