| Total Complexity | 4 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class IncorrectTemplate extends Mailable |
||
| 11 | { |
||
| 12 | use Queueable, SerializesModels; |
||
|
|
|||
| 13 | |||
| 14 | /** |
||
| 15 | * Create a new message instance. |
||
| 16 | * |
||
| 17 | * @return void |
||
| 18 | */ |
||
| 19 | public function __construct($file) |
||
| 36 | ]; |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Build the message. |
||
| 41 | * |
||
| 42 | * @return $this |
||
| 43 | */ |
||
| 44 | public function build() |
||
| 53 |