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