class AlertChannel extends Model

Model representing an alert channel (e.g., mail, telegram).

Properties

protected $fillable
int $id
string $name
Carbon|null $created_at
Carbon|null $updated_at
Collection|AlertRecipient[] read-only $recipients

Methods

HasMany
recipients()

Get the recipients associated with this channel.

Details

at line 25
HasMany recipients()

Get the recipients associated with this channel.

Return Value

HasMany