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.
ProfileProvider::getUniqueElements()
1 parent f551331 commit 6e725ceCopy full SHA for 6e725ce
src/ProfileProvider.php
@@ -60,7 +60,7 @@ public function __construct(
60
*/
61
private function getUniqueElements(callable $cb): array
62
{
63
- return array_values(array_unique(array_merge(...array_map($cb, $this->profileContainer->toArray()))));
+ return array_values(array_unique(array_merge(...array_values(array_map($cb, $this->profileContainer->toArray())))));
64
}
65
66
/************* interface \SixtyEightPublishers\i18n\IProfileProvider *************/
0 commit comments