mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: cast string in jCard
This commit is contained in:
@@ -847,7 +847,7 @@ class RDAPService
|
||||
$entity
|
||||
->setHandle($registrar->value)
|
||||
->setTld(null)
|
||||
->setJCard(['vcard', [['version', [], 'text', '4.0'], ['fn', [], 'text', $registrar->name]]])
|
||||
->setJCard(['vcard', [['version', [], 'text', '4.0'], ['fn', [], 'text', (string) $registrar->name]]])
|
||||
->setRemarks(null)
|
||||
->getIanaAccreditation()
|
||||
->setRegistrarName($registrar->name)
|
||||
|
||||
Reference in New Issue
Block a user