Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 20, 2023
1 parent 5e7c0a4 commit bfc2376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Commands/Utilities/Routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function run(array $params)
$autoRoutes = $autoRouteCollector->get();

foreach ($autoRoutes as &$routes) {
// There is no `auto` method, but it is intentional not to get route filters.
// There is no `AUTO` method, but it is intentional not to get route filters.
$filters = $filterCollector->get('AUTO', $uriGenerator->get($routes[1]));

$routes[] = implode(' ', array_map('class_basename', $filters['before']));
Expand Down

0 comments on commit bfc2376

Please sign in to comment.