-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit d34d857
update
due to the new "automatic eager loading" feature, and the changes made here:
laravel/framework@5548f95
the programmer needs to also include these changes when using the `newCollection()` method override for a custom collection, if they want the automatic eager loading feature to work correctly.newCollection
override to account for automatic eager loading (#10737)1 parent 48dac93 commit d34d857
1 file changed
+7
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 | - | ||
338 | + | ||
339 | + | ||
340 | + | ||
341 | + | ||
342 | + | ||
343 | + | ||
344 | + | ||
339 | 345 |
| |
340 | 346 |
| |
341 | 347 |
| |
|
0 commit comments