Skip to content

Commit

Permalink
Fix php linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdperez86 committed Mar 7, 2024
1 parent 10252ff commit 92634f7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -573,8 +573,8 @@ private function add_organization_group_blocks() {
if ( Features::is_enabled( 'product-custom-fields' ) ) {
$organization_group->add_section(
array(
'id' => 'product-custom-fields-wrapper-section',
'order' => 30,
'id' => 'product-custom-fields-wrapper-section',
'order' => 30,
)
)->add_block(
array(
Expand Down

0 comments on commit 92634f7

Please sign in to comment.