Skip to content

Commit

Permalink
docs: remove out of dated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed May 3, 2022
1 parent 28defe1 commit f2c4f2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function get(): array
}
}

// There is no `auto` method, but it is intentional not to get route filters.
$filters = $filterCollector->get($route['method'], $route['route'] . $sampleUri);

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

0 comments on commit f2c4f2d

Please sign in to comment.