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

Fix related key in restifyjsSerialize #620

Merged
merged 1 commit into from
Jan 12, 2025
Merged

Conversation

rizkyseptiawan
Copy link
Contributor

Fixed an error referencing the value of the key related array in the restifyjsSerialize function from static::collectFilters('matches') to static::collectRelated()

Fixed an error referencing the value of the key related array in the restifyjsSerialize function from static::collectFilters('matches') to static::collectRelated()
Copy link

what-the-diff bot commented Jan 8, 2025

PR Summary

  • Enhanced Data Retrieval Method
    The way we get related data has been improved. Instead of using the old collectFilters('matches') method, we now use a more efficient one called collectRelated(). This should increase the performance of our data retrieval system.

@binaryk
Copy link
Collaborator

binaryk commented Jan 12, 2025

Thank you!

@binaryk binaryk merged commit 85c0a5a into BinarCode:9.x Jan 12, 2025
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

Successfully merging this pull request may close these issues.

2 participants