class NewsletterSubscriber extends Model implements MustVerifyEmail

Traits

HasFactory
Notifiable
MustVerifyEmail

Properties

protected array $fillable

The attributes that are mass assignable.

protected array $casts

The attributes that should be casted to native types.

Methods

static Builder
scopeVerified(Builder $query)

Scope a query to all subscribers that are verified.

void
sendEmailVerificationNotification()

Send the email verification notification.

static Factory
newFactory()

Create a new factory instance for the model.

Details

at line 42
static Builder scopeVerified(Builder $query)

Scope a query to all subscribers that are verified.

Parameters

Builder $query

Return Value

Builder

at line 52
void sendEmailVerificationNotification()

Send the email verification notification.

Return Value

void

at line 62
static protected Factory newFactory()

Create a new factory instance for the model.

Return Value

Factory