Example #1
0
function url_param_remove($var, $url = null)
{
    return Route::removeUrlParam($var, $url);
}