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 after validation #169

Merged
merged 3 commits into from
Apr 20, 2023
Merged

Fix after validation #169

merged 3 commits into from
Apr 20, 2023

Conversation

aedart
Copy link
Owner

@aedart aedart commented Apr 20, 2023

PR fixes the following defect:

Details

Sadly, Laravel's feature has now manually been disabled / overwritten, to ensure that the ApiValidatedRequest continues to work as intended. Also, a new afterValidation() method has been introduced, which replaces the now deprecated after() method.
Other Api request abstractions that rely on after() have not yet been updated, but that wait until the next major version,...

References

See also #168.

@aedart aedart added the bug Something isn't working label Apr 20, 2023
@aedart aedart added this to the v7.x milestone Apr 20, 2023
@aedart aedart self-assigned this Apr 20, 2023
@aedart aedart merged commit d092614 into 7.x Apr 20, 2023
37 checks passed
@aedart aedart deleted the fix-after-validation branch April 20, 2023 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant