AlertType
class AlertType extends Model
Model representing an alert type.
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 subscribed to this alert type.
Details
at line 25
HasMany
recipients()
Get the recipients subscribed to this alert type.