We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During dispatch operation setted routes vars (via setVars) are lost.
i'd like pass vars when declaring route, and access them via request attributes in controller but a setVars is clearing all previous vars in dispatch.
Can i do a PR to add a mergeVars method to route class and call this method instead of setVars in the dispatcher?
The text was updated successfully, but these errors were encountered:
up
Sorry, something went wrong.
No branches or pull requests
During dispatch operation setted routes vars (via setVars) are lost.
i'd like pass vars when declaring route, and access them via request attributes in controller but a setVars is clearing all previous vars in dispatch.
Can i do a PR to add a mergeVars method to route class and call this method instead of setVars in the dispatcher?
The text was updated successfully, but these errors were encountered: