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.
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