Improve method name

This commit is contained in:
Marcus Moore
2024-08-15 10:43:41 -07:00
parent e7c9c799bb
commit 75c1e7658f
2 changed files with 2 additions and 2 deletions
@@ -32,7 +32,7 @@ class CustomFieldSetDefaultValuesForModel extends Component
});
}
public function getValueForField(CustomField $field)
public function getFieldValue(CustomField $field)
{
return $this->cachedValues->get($field->db_column);
}