Algo-Web / POData-Laravel

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

Metadata trait not picking up joined columns #164

Closed CyberiaResurrection closed 6 years ago

CyberiaResurrection commented 6 years ago

When joining additional columns onto a table (eg a parent model's fooName) by using a global scope during model boot, those joined columns are not being picked up by metadata processing.

CyberiaResurrection commented 6 years ago

Solved in #163