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

[5.2] Add the ability to get routes keyed by method #13146

Merged
merged 1 commit into from
Apr 13, 2016
Merged

[5.2] Add the ability to get routes keyed by method #13146

merged 1 commit into from
Apr 13, 2016

Conversation

Davitig
Copy link

@Davitig Davitig commented Apr 13, 2016

No description provided.

@Davitig Davitig changed the title Add the ability to get routes keyed by method [5.2] Add the ability to get routes keyed by method Apr 13, 2016
@taylorotwell taylorotwell merged commit cd21d82 into laravel:5.2 Apr 13, 2016
@@ -240,7 +240,7 @@ protected function check(array $routes, $request, $includingMethod = true)
* @param string|null $method
* @return array
*/
protected function get($method = null)
public function get($method = null)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is breaking

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.

None yet

3 participants