SingleSendText
extends Model
in package
uses
HasFactory
Table of Contents
Properties
Methods
- contacts() : mixed
- getBody() : mixed
- getSubject() : mixed
Properties
$casts
protected
mixed
$casts
= ['send_at' => 'datetime']
$fillable
protected
mixed
$fillable
= ['send_at', 'subject', 'body']
Methods
contacts()
public
contacts() : mixed
getBody()
public
getBody(Contact $contact) : mixed
Parameters
- $contact : Contact
getSubject()
public
getSubject(Contact $contact) : mixed
Parameters
- $contact : Contact