Skip to content

[9.x] Fix the error message when no routes are detected - #41017

Merged
taylorotwell merged 2 commits into
laravel:9.xfrom
LukeTowers:patch-2
Feb 15, 2022
Merged

[9.x] Fix the error message when no routes are detected#41017
taylorotwell merged 2 commits into
laravel:9.xfrom
LukeTowers:patch-2

Conversation

@LukeTowers

Copy link
Copy Markdown
Contributor

This fixes the error message that's displayed when Laravel can't find any routes to list. Router->getRoutes() returns a RouteCollectionInterface, not an array.

This fixes the error message that's displayed when Laravel can't find any routes to list. Router->getRoutes() returns a RouteCollectionInterface, not an array.
Comment thread src/Illuminate/Foundation/Console/RouteListCommand.php Outdated
@driesvints driesvints changed the title Fix the error message when no routes are detected [9.x] Fix the error message when no routes are detected Feb 15, 2022
@taylorotwell
taylorotwell merged commit ba4b11d into laravel:9.x Feb 15, 2022
@LukeTowers
LukeTowers deleted the patch-2 branch February 15, 2022 16:36
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