SingleSendEmailContact
extends Model
uses
HasFactory
Table of Contents
Properties
-
$casts
: mixed
-
$fillable
: mixed
Methods
-
contact()
: mixed
-
getIsOpenedAttribute()
: mixed
-
getIsSentAttribute()
: mixed
-
linkClicks()
: mixed
-
singleSendEmail()
: mixed
$casts
protected
mixed
$casts
= ['opened_at' => 'datetime', 'sent_at' => 'datetime']
$fillable
protected
mixed
$fillable
= ['contact_id', 'single_send_email_id', 'opened_at', 'sent_at']
public
contact() : mixed
getIsOpenedAttribute()
public
getIsOpenedAttribute() : mixed
getIsSentAttribute()
public
getIsSentAttribute() : mixed
linkClicks()
public
linkClicks() : mixed
singleSendEmail()
public
singleSendEmail() : mixed