This repository was archived by the owner on Jul 16, 2023. It is now read-only.
Commit f400245
committed
Using
The old method relied on validation rules, meaning that properties that were not validated would not be populated when the model is configured to be automatically hydrated.
Documentation was changed to reflect this behavior, and also to explicitly explain the differences between forced and automatic hydration.
This references #77 and #78 and closes #51Eloquent::fill() to hydrate model1 parent 35ccdc2 commit f400245
2 files changed
+6
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
| 237 | + | |
237 | 238 | | |
238 | | - | |
| 239 | + | |
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
243 | | - | |
| 243 | + | |
| 244 | + | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
| 504 | + | |
511 | 505 | | |
512 | 506 | | |
513 | 507 | | |
| |||
0 commit comments