Laravel Polymorphic Relation with models that have belongs to relation with another model
I have Download model that has morphTo relation with 3 other models “Test”, “Video”, “File”
as below:
enter image description here
I have Download model that has morphTo relation with 3 other models “Test”, “Video”, “File”
as below:
enter image description here