added optional parameters to routes.
This commit is contained in:
commit
230af4125d
|
@ -50,7 +50,7 @@ public static function to_secure($url = '')
|
|||
* @param string $url
|
||||
* @return string
|
||||
*/
|
||||
public static function to_asset($url)
|
||||
public static function to_asset($url = '')
|
||||
{
|
||||
return static::to($url, false, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue