AlertLog
class AlertLog extends Model
Model representing an alert log entry.
Properties
| protected | $fillable | ||
| protected | $casts | ||
| int | $id | ||
| string | $type | ||
| string | $channel | ||
| string | $address | ||
| string | $status | ||
| string | $subject | ||
| string | $message | ||
| array | $details | ||
| string|null | $error_message | ||
| Carbon | $sent_at | ||
| string|null | $bot | ||
| Carbon|null | $created_at | ||
| Carbon|null | $updated_at |