removed unnecessary semicolon

This commit is contained in:
Christian Raue 2011-05-23 14:39:25 -07:00
parent 15bede5a63
commit 0306be6888

View File

@ -97,7 +97,7 @@ class RouteCollection implements \IteratorAggregate
if (isset($this->routes[$name])) {
return $this->routes[$name];
};
}
}
/**