| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class ScheduledMail extends Mailable |
||
| 11 | { |
||
| 12 | use Queueable, SerializesModels; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Create a new message instance. |
||
| 16 | * |
||
| 17 | * @return void |
||
| 18 | */ |
||
| 19 | public function __construct() |
||
| 21 | // |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Build the message. |
||
| 26 | * |
||
| 27 | * @return $this |
||
| 28 | */ |
||
| 29 | public function build() |
||
| 34 |