'array', 'sent_at' => 'datetime' ]; /** * Get the intervention associated with the notification. */ public function intervention(): BelongsTo { return $this->belongsTo(Intervention::class); } }