Skip to content

Commit 7e3ae91

Browse files
committed
fix: get the correct class to save the structure
1 parent d90444e commit 7e3ae91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/EditableKeyValueField.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,10 @@ public function getKeysAsArray()
7272
return trim($k);
7373
}, explode(PHP_EOL, $this->Keys));
7474
}
75+
76+
77+
public function getSubmittedFormField()
78+
{
79+
return SubmittedKeyValueFormField::create();
80+
}
7581
}

0 commit comments

Comments
 (0)