Skip to content

Commit

Permalink
Remove not required unshift call
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAnelay committed Nov 7, 2016
1 parent 86c24c5 commit b94e3a3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ protected function _getOptions()
{
$optionGroups = $this->getColumn()->getOptionGroups();
if ($optionGroups) {
array_unshift($optionGroups, null);
return $optionGroups;
}

Expand Down

0 comments on commit b94e3a3

Please sign in to comment.