mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 10:15:41 +00:00
fix: cast string in jCard
This commit is contained in:
parent
92d3e0ff7c
commit
ca2f7e15a5
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user