Skip to content

Commit

Permalink
Fixed get() when not having any filters applied
Browse files Browse the repository at this point in the history
  • Loading branch information
kg-bot committed Apr 2, 2020
1 parent 8db88bf commit a26ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builders/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function parseFilters( $filters )
$urlFilters .= '[filter_groups][0][filters][0][condition_type]=' . $filter['condition_type'];
}
} else {
$urlFilters .= '[]';
$urlFilters .= '=[]';
}

return $urlFilters;
Expand Down

0 comments on commit a26ca1b

Please sign in to comment.