Algo-Web / POData-Laravel

Composer Package to provide Odata functionality to Laravel
MIT License
34 stars 30 forks source link

Association stub rework #221

Closed c-harris closed 4 years ago

c-harris commented 4 years ago

it's a rework to provide a factory and put the solutions where they need to be

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.2%) to 98.858% when pulling 0a4d3755028f5b40bab53db3550e0230d6af9e31 on c-harris:AssociationStubRework into c2ab202641837aef51ab6b25579363172fee8edf on Algo-Web:master.

c-harris commented 4 years ago

@CyberiaResurrection I have made a commit treating MorphToMany relations as BelongsToMany under the theory that they are basically the same thing but MorphToMany has an additional where clause.

But the tests went boom, and I'm not sure if they are wrong.