Skip to content

Commit 8defffb

Browse files
committed
Change method name to prevent conflicts
1 parent 5d25c40 commit 8defffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/CanMapDynamicFields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function refresh(): void
5353
//
5454
}
5555

56-
protected function mutateFormDataBeforeFill(array $data): array
56+
protected function mutateBeforeFill(array $data): array
5757
{
5858
if (! isset($this->record) || $this->record->fields->isEmpty()) {
5959
return $data;

0 commit comments

Comments
 (0)