Skip to content

Commit

Permalink
Merge pull request #28463 from xuanquynh/define_router_property
Browse files Browse the repository at this point in the history
[5.8] Define router property of route:list command
  • Loading branch information
taylorotwell authored May 10, 2019
2 parents 4228822 + d138031 commit b4c0ef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Foundation/Console/RouteListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ class RouteListCommand extends Command
protected $description = 'List all registered routes';

/**
* An array of all the registered routes.
* The router instance.
*
* @var \Illuminate\Routing\RouteCollection
* @var \Illuminate\Routing\Router
*/
protected $routes;
protected $router;

/**
* The table headers for the command.
Expand Down

0 comments on commit b4c0ef1

Please sign in to comment.