Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit e6214e3

Browse files
author
Jefersson Nathan
committed
#44 — Add todo
1 parent c8a9c4f commit e6214e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Router.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function __construct(RouteCollection $collection, ContainerInterface $con
6262
{
6363
$this->routes = $collection;
6464

65+
// @todo remove this heavy operation from construct
6566
foreach ($this->routes->all() as $route) {
6667
$name = $route->getName();
6768
if (null !== $name) {

0 commit comments

Comments
 (0)