Browse Source

fixing segments bug.

Taylor Otwell 13 years ago
parent
commit
ab5e8615c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/uri.php

+ 1 - 1
laravel/uri.php

@@ -73,7 +73,7 @@ class URI {
 	 * @param  string  $uri
 	 * @return void
 	 */
-	protected function segments($uri)
+	protected static function segments($uri)
 	{
 		$segments = explode('/', trim($uri, '/'));