kirschbaum-development / nova-inline-relationship

A package to present relationships as inline properties in Nova.
MIT License
196 stars 84 forks source link

Add a custom fluent class #126

Closed harrysbaraini closed 8 months ago

harrysbaraini commented 8 months ago

Fixes #123

It's a follow up to this PR.

We can't use Illuminate\Support\Fluent because it breaks in more recent Nova versions because Nova calls forceFill on it. So, to not bump nova version requirement, I'm just implementing the same Nova Fluent class.

harrysbaraini commented 8 months ago

I don't think I follow where this new Fluent class is being used?

Missing push - check it out