Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-Znamenskiy committed Dec 6, 2017
1 parent a5efe96 commit 57f6815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UrlHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ static public function add_parameters_to_url($url = null, $pname2value = []) {

return $url;
}

static public function remove_parameters_from_url($url = null, $pnames = []) {

if (!isset($url)) $url = \Yii::$app->getRequest()->getAbsoluteUrl();
Expand Down

0 comments on commit 57f6815

Please sign in to comment.