BelongsTo(Maintenance::class); } public function historyHosts() { return $this->hasMany(MaintenanceHostHistory::class); } }