whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
778 stars 230 forks source link

Add missing preventsAccessingMissingAttributes method #499

Closed mabdullahsari closed 4 months ago

mabdullahsari commented 5 months ago

Closes #495.

Recent run-time error introduced with Laravel v10.40.

I don't think it makes sense to use this feature with flexible content, so I gave it a hard-coded false value. It serves solely as a placeholder.

alies-dev commented 4 months ago

Hey @wize-wiz this PR solves an issue that blocks Laravel updates. Can you please prioritise reviewing it?

mabdullahsari commented 4 months ago

Hey @wize-wiz this PR solves an issue that blocks Laravel updates. Can you please prioritise reviewing it?

Hi! You can use composer patches in the meantime to be able to move on! Just add .patch after the current URL, and use that diff.

voidgraphics commented 4 months ago

Apologies for the delay. Thanks for the fix! I will publish v1.0.13 in a minute.