VerificationCodeMail
extends Mailable
in package
uses
Queueable, SerializesModels
Table of Contents
Properties
Methods
- __construct() : void
- Create a new message instance.
- build() : $this
- Build the message.
Properties
$code
public
mixed
$code
$type
public
mixed
$type
Methods
__construct()
Create a new message instance.
public
__construct(string $code[, string $type = 'email' ]) : void
Parameters
- $code : string
- $type : string = 'email'
build()
Build the message.
public
build() : $this