Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Return a non-associative array
Ioannis committed Apr 9, 2024
1 parent 460b331 commit ec77b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/GrouperGroup.php
@@ -913,6 +913,6 @@ public function removeDuplicates(array $arrOne, array $arrTwo)
}
}

return $uniqueArr;
return array_values($uniqueArr);
}
}

0 comments on commit ec77b6c

Please sign in to comment.