You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected the request validation and signature macros to be added.
What actually happens?
They are not.
I think that we need just need to copy FoundationServiceProvider::registerRequestValidation() and FoundationServiceProvider::registerRequestSignatureValidation().
AFAICT the functions work as expected as long as the macros are added.
Steps to reproduce
Try calling $request->validate().
System info
No response
Log output
No response
Please confirm this isn't a support request.
Yes
The text was updated successfully, but these errors were encountered:
Version
4.2.2
What did you expect to happen?
I expected the request validation and signature macros to be added.
What actually happens?
They are not.
I think that we need just need to copy
FoundationServiceProvider::registerRequestValidation()
andFoundationServiceProvider::registerRequestSignatureValidation()
.AFAICT the functions work as expected as long as the macros are added.
Steps to reproduce
Try calling
$request->validate()
.System info
No response
Log output
No response
Please confirm this isn't a support request.
Yes
The text was updated successfully, but these errors were encountered: