Remove todo

This commit is contained in:
Marcus Moore 2024-04-22 15:47:05 -07:00
parent 45f5eaac5b
commit 155f5f35cd
No known key found for this signature in database

View file

@ -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),