Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global ray breaks object dumping for Phalcon framework #917

Open
ALameLlama opened this issue May 28, 2024 · 0 comments
Open

Global ray breaks object dumping for Phalcon framework #917

ALameLlama opened this issue May 28, 2024 · 0 comments

Comments

@ALameLlama
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant