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:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user