Documentation

VerificationCodeMail extends Mailable
in package
uses Queueable, SerializesModels

Table of Contents

Properties

$code  : mixed
$type  : mixed

Methods

__construct()  : void
Create a new message instance.
build()  : $this
Build the message.

Properties

Methods

__construct()

Create a new message instance.

public __construct(string $code[, string $type = 'email' ]) : void
Parameters
$code : string
$type : string = 'email'

        
On this page

Search results