BelongsTo(MaintenanceHistory::class); } public function maintenanceTask() { return $this->belongsTo(MaintenanceTask::class); } }