rm dumb note

This commit is contained in:
spencerrlongg 2024-03-25 10:46:26 -05:00
parent 04e0a9d4a5
commit 7e4a0eedf0

View file

@ -556,7 +556,7 @@ class AssetsController extends Controller
$model = AssetModel::find($request->input('model_id'));
// Check that it's an object and not a collection
// (Sometimes people send arrays here and they shouldn't, unless it's a checkbox)
// (Sometimes people send arrays here and they shouldn't
if (($model) && ($model instanceof AssetModel) && ($model->fieldset)) {
foreach ($model->fieldset->fields as $field) {