'date', 'execution_date' => 'date', ]; /** * Get the taskable model (Treatment or Harvest). */ public function taskable(): MorphTo { return $this->morphTo(); } }