Skip to content

Commit bd94f4f

Browse files
Baspagithub-actions[bot]
authored andcommitted
Fix styling
1 parent 4baf189 commit bd94f4f

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)