Skip to content

Commit

Permalink
fix: php cs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
osmansufy committed Jan 13, 2025
1 parent 9413ddf commit 8fd4352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/REST/ProductControllerV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function get_product_filter_by_data() {
protected function prepare_objects_query( $request ) {
$args = parent::prepare_objects_query( $request );

$args = array_merge(
$args = array_merge(
$args,
array(
'posts_per_page' => isset( $request['per_page'] ) ? $request['per_page'] : 10,
Expand Down

0 comments on commit 8fd4352

Please sign in to comment.