We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6974c76 + bd94f4f commit 316520aCopy full SHA for 316520a
src/Concerns/HasFields.php
@@ -21,4 +21,4 @@ public function fields(): MorphMany
21
return $this->morphMany(Field::class, 'slug', 'model_type', 'model_key')
22
->orderBy('position');
23
}
24
-}
+}
0 commit comments