Skip to content

Commit

Permalink
Switch push for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ghteyes committed Oct 15, 2018
1 parent 06c48b8 commit 0ee9480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apicore/structure/request.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function addPathElement($path, $reset = FALSE){
if($reset){
$this->path = $elements;
} else {
array_push($this->path, $elements);
array_merge($this->path, $elements);
}
return $this;
}
Expand Down

0 comments on commit 0ee9480

Please sign in to comment.