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.
1 parent 4baf189 commit bd94f4fCopy full SHA for bd94f4f
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