Closed hafezdivandari closed 2 years ago
This PR uses the newRelatedThroughInstance method (added on Laravel 9.5) to prepare the through parents.
newRelatedThroughInstance
Please check if the method exists so we also support older versions of Laravel 9.
@staudenmeir sure, done.
Thanks!
I released a new version.
This PR uses the
newRelatedThroughInstance
method (added on Laravel 9.5) to prepare the through parents.