yassilah / laravel-nova-nested-form

This package allows you to include your nested relationships' forms into a parent form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argument 2 passed to Laravel\Nova\Resource::removeNonCreationFields() must be an instance of Laravel\Nova\Fields\FieldCollection, instance of Illuminate\Support\Collection given

martin-ro opened this issue · comments

Getting this error

Argument 2 passed to Laravel\Nova\Resource::removeNonCreationFields() must be an instance of Laravel\Nova\Fields\FieldCollection, instance of Illuminate\Support\Collection given

I'm using hasOne and belongsTo..

Might be related: eminiarts/nova-tabs#48

I'm having this same issue. I'm on Nova v2.8.0.

Fixed in last update.

@yassipad Was this fixed in 2.8.1 ? (which has not been released yet). I am also having this issue on 2.8.0, the most recent version, as of this post.