Skip to content

Commit 555957b

Browse files
committed
array_merge removed.
1 parent dc3d741 commit 555957b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

includes/type/enum/class-product-taxonomy.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ public static function register() {
3434
'ProductTaxonomyEnum',
3535
array(
3636
'description' => __( 'Product taxonomies', 'wp-graphql-woocommerce' ),
37-
'values' => array_merge(
38-
$taxonomy_values,
39-
),
37+
'values' => $taxonomy_values,
4038
)
4139
);
4240
}

0 commit comments

Comments
 (0)