(string) ($this['firstname'] ?? ''), 'lastname' => (string) ($this['lastname'] ?? ''), 'email' => (string) ($this['email'] ?? ''), 'phone' => (string) ($this['phone'] ?? ''), 'type' => (string) ($this['type'] ?? ''), ]; } }