dcasia / nova-inline-morph-to

A Laravel Nova field for displaying morphTo relationship inline.
MIT License
33 stars 15 forks source link

Use "Laravel\Nova\Resource" instead of "App\Nova\Resource" #13

Closed dood- closed 4 years ago

dood- commented 4 years ago

If I try to use a field in a package, it throws this error: Argument 1 passed to DigitalCreative\InlineMorphTo\InlineMorphTo::resolveFields() must be an instance of App\Nova\Resource, instance of...

milewski commented 4 years ago

Thanks!