kirschbaum-development/nova-inline-relationship

requireChild() not Working

Opened this issue · 0 comments

Hi, The requireChild() is not working for me. I don't Know if I missed anything.

In my case, I have a Client With a Many to Many relationship with Website.
Then when

When I use:

HasMany::make(__('Websites'), 'websites', NovaWebsite::class)->inline()->requireChild()

I get the error:

Method KirschbaumDevelopment\NovaInlineRelationship\NovaInlineRelationship::requireChild does not exist