Skip to content

Commit

Permalink
Параметры должны указываться с разделителем &
Browse files Browse the repository at this point in the history
  • Loading branch information
kazartsev committed Sep 13, 2016
1 parent 592aa8b commit c673f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sberned/RestORM/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function getWhereis(): string
$res .= $field['key'] . "={$field['operator']}{$field['search']}";

if (isset($this->where[$key + 1])) {
$res .= ',';
$res .= '&';
}
}
$res .= '&';
Expand Down

0 comments on commit c673f36

Please sign in to comment.