Commit 230af412 authored by Taylor Otwell's avatar Taylor Otwell

added optional parameters to routes.

parents 398a5bb4 03044c7d
...@@ -50,7 +50,7 @@ class URL { ...@@ -50,7 +50,7 @@ class 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);
} }
......
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