Skip to content

Commit 761d34f

Browse files
committed
don't try to apply columns in the relations field...
1 parent bd78e35 commit 761d34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Repositories/Eloquent/EloquentRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function update($id, array $fields, $validate = true, $force = false)
126126
}
127127
}
128128

129-
return ($this->withFresh) ? $instance->fresh($this->getColumns()) : $saved;
129+
return ($this->withFresh) ? $instance->fresh() : $saved;
130130
}
131131

132132
/**

0 commit comments

Comments
 (0)