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(laravel): Eloquent PropertyAccessor #6536

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

dunglas
Copy link
Member

@dunglas dunglas commented Aug 22, 2024

Q A
Branch? main
Tickets Closes n/a
License MIT
Doc PR n/a

The current implementation fails to access properties containing the null value and likely has other issues.

This patch fixes this issue, simplifies the approach, and increases performance.

@dunglas dunglas force-pushed the fix/eloquent-property-accessor branch from fcd458f to 5a2a9a3 Compare August 22, 2024 14:22
@dunglas dunglas changed the title fix: Eloquent PropertyAccessor fix(laravel): Eloquent PropertyAccessor Aug 22, 2024
@dunglas dunglas force-pushed the fix/eloquent-property-accessor branch from 5a2a9a3 to 96cc9f7 Compare August 22, 2024 14:29
@soyuka soyuka merged commit 86365be into api-platform:main Aug 22, 2024
56 of 59 checks passed
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