Commit 5e95f05d by Taylor Otwell

added more to comment.

parent 10b9001e
...@@ -51,7 +51,7 @@ class Route { ...@@ -51,7 +51,7 @@ class Route {
// Extract each URI from the route key. Since the route key has the // Extract each URI from the route key. Since the route key has the
// request method, we will extract that from the string. If the URI // request method, we will extract that from the string. If the URI
// points to the root of the application, a single forward slash // points to the root of the application, a single forward slash
// will be returned. // will be returned since that is used for the root route.
if (strpos($key, ', ') === false) if (strpos($key, ', ') === false)
{ {
$this->uris = array($this->extract($this->key)); $this->uris = array($this->extract($this->key));
......
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