Skip to content

Commit

Permalink
Serialize models with Mail::queue
Browse files Browse the repository at this point in the history
Not sure if Queueable will have any affect, let's add it for good measure.
  • Loading branch information
daftspunk committed Sep 13, 2017
1 parent d9a9adc commit f1966a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mail/Mailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
*/
class Mailable extends MailableBase
{
use \Illuminate\Bus\Queueable;
use \Illuminate\Queue\SerializesModels;

/**
* Build the message.
*
Expand Down

0 comments on commit f1966a0

Please sign in to comment.