Skip to content

Commit

Permalink
fix: rector
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Sep 23, 2024
1 parent 3b8cb52 commit 5636a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/Relationships/BelongsToMany.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ protected function resolveAfterApply(mixed $data): mixed

data_set(
$applyValues[$key],
str_replace($this->getPivotAs() . '.', '', $field->column()),
str_replace($this->getPivotAs() . '.', '', (string) $field->column()),
data_get($apply, $field->column())
);
}
Expand Down

0 comments on commit 5636a63

Please sign in to comment.