Skip to content

Commit 07ebd92

Browse files
authored
fix: docblock (#44085)
This method accepts also the Attachment instance
1 parent e165d47 commit 07ebd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Notifications/Messages/MailMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function bcc($address, $name = null)
243243
/**
244244
* Attach a file to the message.
245245
*
246-
* @param string|\Illuminate\Contracts\Mail\Attachable $file
246+
* @param string|\Illuminate\Contracts\Mail\Attachable|\Illuminate\Mail\Attachment $file
247247
* @param array $options
248248
* @return $this
249249
*/

0 commit comments

Comments
 (0)