We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 300f594 + 5630548 commit 7c425a0Copy full SHA for 7c425a0
1 file changed
src/Supporting/FileMakerRelation.php
@@ -360,7 +360,7 @@ public function getPortalNames(): array
360
}
361
break;
362
case 'RECORD':
363
- if (property_exists($this->data, 'portalData')) {
+ if (property_exists($this->data, 'portalData') && isset($this->data->portalData)) {
364
foreach ($this->data->portalData as $name => $val) {
365
$list[] = $name;
366
0 commit comments