Skip to content

Commit 316520a

Browse files
committed
Merge branch 'main' of github.com:vormkracht10/filament-fields
2 parents 6974c76 + bd94f4f commit 316520a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/HasFields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ public function fields(): MorphMany
2121
return $this->morphMany(Field::class, 'slug', 'model_type', 'model_key')
2222
->orderBy('position');
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)