kirschbaum-development / nova-inline-relationship

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

requireChild() not Working #37

Closed virtual-sda closed 4 years ago

virtual-sda commented 4 years ago

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