Commit 0767fa50 by Taylor Otwell

Remove comment bloat from Route\Finder.

parent 1a4a7cbb
...@@ -34,8 +34,6 @@ class Finder { ...@@ -34,8 +34,6 @@ class Finder {
return static::$names[$name]; return static::$names[$name];
} }
// We haven't located the route before, so we'll need to iterate through each
// route to find the matching name.
$arrayIterator = new \RecursiveArrayIterator(static::$routes); $arrayIterator = new \RecursiveArrayIterator(static::$routes);
$recursiveIterator = new \RecursiveIteratorIterator($arrayIterator); $recursiveIterator = new \RecursiveIteratorIterator($arrayIterator);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment