We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d25c40 commit 8defffbCopy full SHA for 8defffb
src/Concerns/CanMapDynamicFields.php
@@ -53,7 +53,7 @@ public function refresh(): void
53
//
54
}
55
56
- protected function mutateFormDataBeforeFill(array $data): array
+ protected function mutateBeforeFill(array $data): array
57
{
58
if (! isset($this->record) || $this->record->fields->isEmpty()) {
59
return $data;
0 commit comments