Skip to content

Commit

Permalink
Support the new router service in Debug Toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored May 29, 2019
1 parent cb3616f commit 9fc03d5
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 9fc03d5

Please sign in to comment.