Skip to content

Commit d35b094

Browse files
authored
Update Tabs.php
1 parent 024384a commit d35b094

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/Block/Widget

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Widget/Tabs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function addTab($tabId, $tab)
117117
if (empty($tabId)) {
118118
throw new \Exception(__('Please correct the tab configuration and try again. Tab Id should be not empty'));
119119
}
120-
120+
121121
if (is_array($tab)) {
122122
$this->_tabs[$tabId] = new \Magento\Framework\DataObject($tab);
123123
} elseif ($tab instanceof \Magento\Framework\DataObject) {

0 commit comments

Comments
 (0)