kirschbaum-development / nova-inline-relationship

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

Add a custom fluent class #126

Closed harrysbaraini closed 10 months ago

harrysbaraini commented 11 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 10 months ago

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

Missing push - check it out