Z3d0X / filament-fabricator

Block-Based Page Builder Skeleton for your Filament Apps
https://filamentphp.com/plugins/fabricator
MIT License
269 stars 52 forks source link

Fix: lazy loading problem #91

Closed danielbehrendt closed 1 year ago

what-the-diff[bot] commented 1 year ago

PR Summary

Note that some lines have not been modified. This is because they didn't require any changes for the improvements we're making.

danielbehrendt commented 1 year ago

I moved the code locally into that placed like in the fix and the "lazy load warning" has gone. The warning was because of the "children" and not because of the "allChildren" but please have yourself a look into it.

Attempted to lazy load [children] on model [App\Domain\Page\Models\Page] but lazy loading is disabled.

Z3d0X commented 1 year ago

replaced by #96