Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit e64e470

Browse files
committed
spacing
1 parent 2cadb19 commit e64e470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/WithModelMapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function mapModelAttributes(?Model $model = null, mixed $rescue = null):
2727

2828
collect($model->getAttributes())
2929
->except($ignores)
30-
->each(function ($value, $property) use ($model, $rescue) {
30+
->each(function ($value, $property) use ($model, $rescue) {
3131
if (property_exists($this, $property)) {
3232
rescue(
3333
fn () => $this->{$property} = $model->{$property},

0 commit comments

Comments
 (0)