WeeklyContactsEmail
extends Mailable
in package
uses
Queueable, SerializesModels
Table of Contents
Properties
- $contacts : mixed
Methods
- __construct() : mixed
- Create a new message instance.
- build() : $this
- Build the message.
Properties
$contacts
public
mixed
$contacts
Methods
__construct()
Create a new message instance.
public
__construct(Collection $contacts) : mixed
Parameters
- $contacts : Collection
build()
Build the message.
public
build() : $this