Skip to content

Commit

Permalink
return type string instead of bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelco committed Feb 6, 2024
1 parent f477ddd commit 09a03e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Forms/CuratorPicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 09a03e7

Please sign in to comment.