Closed virtual-sda closed 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
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:
I get the error: