added optional parameters to routes.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user