spatie/ray

Global ray breaks object dumping for Phalcon framework

ALameLlama opened this issue · 1 comments

Describe the bug
Upgrading from 1.0.6 to 1.1.0 seems to break using ray on objects within the Phalcon framework.

doing ray($model)
Will normally return an instance of model or something extending it.

or ray($model->relationship)
Would normally return an instance of simple result

But after upgrading it just doesn't return anything in the ray client, like I didn't have any rays in the code base.

I noticed doing ray()->raw($model) or ray()->raw($model->relationship) seem to give the old output.

I have a feeling that this commit is the culprit f547ffb

But I've tried to track it down more specially but since this comes with a bundled ray version it's hard to figure out what is actually breaking.

spatie/global-ray#48

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.