belongsTo(Host::class); } public function historyTasks() { return $this->hasMany(MaintenanceTaskHistory::class); } }