Change paths() method to be more useful

This commit is contained in:
Andy Miller
2014-11-09 12:51:46 -07:00
parent 454b3a61e7
commit 2fac370741

View File

@@ -130,7 +130,7 @@ class Uri
if (isset($id)) {
return $this->paths[$id];
} else {
return implode('/', $this->paths);
return $this->paths;
}
}