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

Fix route middlewares list #591

Merged
merged 1 commit into from
Jan 19, 2017
Merged

Fix route middlewares list #591

merged 1 commit into from
Jan 19, 2017

Conversation

kamui545
Copy link
Contributor

The route middlewares list (Route tab) is broken due to an useless call to array_keys, no idea why it was here in the first place, maybe legacy code?

Before: middleware: 0, 1
After: middleware: web, auth

Tested on Laravel 5.3 and 5.4.

@barryvdh barryvdh merged commit 24e4f02 into barryvdh:master Jan 19, 2017
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