diff --git a/src/Components/Forms/CuratorPicker.php b/src/Components/Forms/CuratorPicker.php index 906a99d..3a30498 100644 --- a/src/Components/Forms/CuratorPicker.php +++ b/src/Components/Forms/CuratorPicker.php @@ -364,7 +364,7 @@ public function isTenantAware(): bool return $this->evaluate($this->isTenantAware) ?? config('curator.is_tenant_aware'); } - public function tenantOwnershipRelationshipName(): bool + public function tenantOwnershipRelationshipName(): string { return $this->tenantOwnershipRelationshipName ?? config('curator.tenant_ownership_relationship_name'); }