added optional parameters to routes.

This commit is contained in:
Taylor Otwell 2011-07-13 17:29:57 -05:00
commit 230af4125d
1 changed files with 1 additions and 1 deletions

View File

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