mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 11:28:29 +02:00
Small fixes around roids
This commit is contained in:
parent
e0f77397d8
commit
93f1cd7674
6 changed files with 24 additions and 23 deletions
|
@ -44,7 +44,7 @@ function setupLogger($logFilePath, $channelName = 'app') {
|
|||
function mapContactToVCard($contactDetails, $role, $c) {
|
||||
return [
|
||||
'objectClassName' => 'entity',
|
||||
'handle' => ['C' . $contactDetails['identifier'] . '-' . $c['roid']],
|
||||
'handle' => ['C' . $contactDetails['id'] . '-' . $c['roid']],
|
||||
'roles' => [$role],
|
||||
'remarks' => [
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue