Skip to content

Commit

Permalink
fill fake Queued Mailable (#20701)
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid authored and taylorotwell committed Aug 23, 2017
1 parent 3c888b6 commit 8efdfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Testing/Fakes/PendingMailFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ public function sendNow(Mailable $mailable)
*/
public function queue(Mailable $mailable)
{
return $this->mailer->queue($mailable);
return $this->mailer->queue($this->fill($mailable));
}
}

0 comments on commit 8efdfe1

Please sign in to comment.