-
Notifications
You must be signed in to change notification settings - Fork 297
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
Request instance in form helper singleton has different Illuminate\Http\Request object #192
Comments
My temporary fix is: |
We've already have that issue #149. |
@StefanPrintezis I fixed it. Pull in |
It seems to be working correctly now. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@get
.formhelper.requesthash:
string(32) "0000000033956ca30000000030ec80c9"
@post
Fformhelper.requesthash:
string(32) "0000000033956cf60000000030ec80c9"
request:
string(32) "0000000033956cc60000000030ec80c9" <-- action store request hash (Illuminate\Http\Request $request)
app.request:
string(32) "0000000033956cc60000000030ec80c9"<-- the apps request hash
When I call the following function the getRequest gets the Request instance from the formhelper but it has a different hash and the values are not found.
Note this only happens when running phpunit.
The text was updated successfully, but these errors were encountered: