orm icon indicating copy to clipboard operation
orm copied to clipboard

Add support for polymorphic `relate`, `attach`, and `attach_related` methods

Open os-nikita opened this issue 2 years ago • 0 comments

Describe the feature as you'd like to see it

Implement the unimplemented methods in https://github.com/MasoniteFramework/orm/blob/2.0/src/masoniteorm/relationships/MorphMany.py#L137-L150

What do we currently have to do now?

Manually manage the polymorphic model lifecycles.

os-nikita avatar Jul 06 '22 17:07 os-nikita