Closed harrysbaraini closed 10 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.
Illuminate\Support\Fluent
forceFill
I don't think I follow where this new Fluent class is being used?
Missing push - check it out
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 callsforceFill
on it. So, to not bump nova version requirement, I'm just implementing the same Nova Fluent class.