mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Remove todo
This commit is contained in:
parent
45f5eaac5b
commit
155f5f35cd
|
@ -356,8 +356,6 @@ class AssetFactory extends Factory
|
|||
|
||||
public function hasEncryptedCustomField(CustomField $field = null)
|
||||
{
|
||||
// @todo: update this so existing asset model is used if present on the asset
|
||||
// (may have been created in a test case)
|
||||
return $this->state(function () use ($field) {
|
||||
return [
|
||||
'model_id' => AssetModel::factory()->hasEncryptedCustomField($field),
|
||||
|
|
Loading…
Reference in a new issue