Skip to content

Commit 0b3e9ae

Browse files
authored
Update the example to include the usesMailer method. (#10670)
1 parent 4d2579e commit 0b3e9ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mail.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,8 @@ Mail::assertSent(OrderShipped::class, function (OrderShipped $mail) use ($user)
13631363
$mail->hasBcc('...') &&
13641364
$mail->hasReplyTo('...') &&
13651365
$mail->hasFrom('...') &&
1366-
$mail->hasSubject('...');
1366+
$mail->hasSubject('...') &&
1367+
$mail->usesMailer('ses');
13671368
});
13681369
```
13691370

0 commit comments

Comments
 (0)