We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cba788 commit 68b06deCopy full SHA for 68b06de
app/code/Magento/Bundle/Helper/Data.php
@@ -38,6 +38,6 @@ public function getAllowedSelectionTypes()
38
{
39
$configData = $this->config->getType(\Magento\Catalog\Model\Product\Type::TYPE_BUNDLE);
40
41
- return $configData['allowed_selection_types'] ?? : [];
+ return $configData['allowed_selection_types'] ?? [];
42
}
43
0 commit comments