Browse Source

added optional parameters to routes.

Taylor Otwell 13 years ago
parent
commit
230af4125d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/url.php

+ 1 - 1
system/url.php

@@ -50,7 +50,7 @@ class URL {
 	 * @param  string  $url
 	 * @return string
 	 */
-	public static function to_asset($url)
+	public static function to_asset($url = '')
 	{
 		return static::to($url, false, true);
 	}