Skip to content

Commit 68b06de

Browse files
committed
fix wrong :
1 parent 5cba788 commit 68b06de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ public function getAllowedSelectionTypes()
3838
{
3939
$configData = $this->config->getType(\Magento\Catalog\Model\Product\Type::TYPE_BUNDLE);
4040

41-
return $configData['allowed_selection_types'] ?? : [];
41+
return $configData['allowed_selection_types'] ?? [];
4242
}
4343
}

0 commit comments

Comments
 (0)