Closed hafezdivandari closed 2 years ago
I have a use case that I have to override this method, Laravel eloquent model already has newRelatedInstance and newRelatedThroughInstance methods with similar purpose. It would be very useful to have the same pattern here.
newRelatedInstance
newRelatedThroughInstance
Thanks, I'll release a new version soon.
I have a use case that I have to override this method, Laravel eloquent model already has
newRelatedInstance
andnewRelatedThroughInstance
methods with similar purpose. It would be very useful to have the same pattern here.