tighten / parental

Use single table inheritance in your Laravel app
MIT License
1.36k stars 98 forks source link

Extending vendor model #129

Open marvoh opened 5 months ago

marvoh commented 5 months ago

Thank you for sharing your generous work with us.

I am looking to extend a vendor model in my application and therefore may not have the luxury of adding the HasChildren Trait on the parent. I am therefore not able to reference relationships implemented on the parent side.

Is there a workaround to this scenario?