class AlertRecipient extends Model

Model representing an alert recipient.

Properties

protected $fillable
int $id
int $alert_type_id
int $alert_channel_id
string $address
bool $is_active
string|null $bot
Carbon|null $created_at
Carbon|null $updated_at
AlertType read-only $type
AlertChannel read-only $channel

Methods

BelongsTo
type()

Get the alert type for this recipient.

BelongsTo
channel()

Get the alert channel for this recipient.

Details

at line 30
BelongsTo type()

Get the alert type for this recipient.

Return Value

BelongsTo

at line 40
BelongsTo channel()

Get the alert channel for this recipient.

Return Value

BelongsTo