Skip to content

Commit

Permalink
Added missing mapping-group option to array
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Klinger <[email protected]>
  • Loading branch information
nc-fkl committed Dec 8, 2023
1 parent 2d33e78 commit d51d4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/UpsertProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
'mapping-address', 'mapping-street_address', 'mapping-postal_code', 'mapping-website',
'mapping-avatar', 'mapping-twitter', 'mapping-locality', 'mapping-region',
'mapping-country', 'mapping-organisation', 'mapping-role', 'mapping-headline',
'mapping-biography', 'mapping-phone', 'mapping-gender',
'mapping-biography', 'mapping-phone', 'mapping-gender', 'mapping-groups',
'extra-claims'
]) && $value !== null;
}, ARRAY_FILTER_USE_BOTH);
Expand Down

0 comments on commit d51d4b9

Please sign in to comment.