3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-05-04 13:45:42 +00:00

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

View File

@ -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);
}