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

Fixed use uppercase for http request method #34

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

Defaultuser0001
Copy link
Contributor

Symfony checkes if the request method is uppercase and throws an error if it is not:

Invalid HTTP method "get", only uppercase letters are accepted.

Symfony checkes if the request method is uppercase and throws an error if it is not: 

    Invalid HTTP method "get", only uppercase letters are accepted.
@barryvdh barryvdh merged commit 249f1e3 into thephpleague:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants