alrik11es / object-dot-notation

Object dot notation getter
MIT License
4 stars 0 forks source link

Laravel objects not doing getters/setters #1

Open alrik11es opened 6 years ago

alrik11es commented 6 years ago

Needs to be evaluated if it's possible to include the getters that laravel objects brings in order to let them evaluate and get the relations.

alrik11es commented 5 years ago

In further operations I've managed to do the horrible way of json_decode($query->get()->toJson()); to get the object and then I can access relations.