Commit ab5e8615 authored by Taylor Otwell's avatar Taylor Otwell

fixing segments bug.

parent ce5a922b
......@@ -73,7 +73,7 @@ class URI {
* @param string $uri
* @return void
*/
protected function segments($uri)
protected static function segments($uri)
{
$segments = explode('/', trim($uri, '/'));
......
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