Skip to content

Commit

Permalink
Merge pull request #2030 from MGatner/bugfix-toolbar-router
Browse files Browse the repository at this point in the history
Support the new `router` service in Debug Toolbar
  • Loading branch information
lonnieezell authored May 30, 2019
2 parents 57f613e + 9fc03d5 commit 230c2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Debug/Toolbar/Collectors/Routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Routes extends BaseCollector
public function display(): array
{
$rawRoutes = Services::routes(true);
$router = Services::router(null, true);
$router = Services::router(null, null, true);

/*
* Matched Route
Expand Down

0 comments on commit 230c2ab

Please sign in to comment.