Skip to content

Commit 094a975

Browse files
authored
Merge pull request #117 from rcknr/patch-2
Return Model instance to support chaining
2 parents 7b48822 + 6063f62 commit 094a975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetableAttributes.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function fill(array $attributes)
3434
}
3535
}
3636

37-
parent::fill($attributes);
37+
return parent::fill($attributes);
3838
}
3939

4040
public function getMetaAttributes(): Collection

0 commit comments

Comments
 (0)