Skip to content

Commit

Permalink
removed $this->evaluate() for tenantOwnershipRelationshipName()
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelco committed Feb 6, 2024
1 parent a7f2120 commit f477ddd
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 @@ -366,7 +366,7 @@ public function isTenantAware(): bool

public function tenantOwnershipRelationshipName(): bool
{
return $this->evaluate($this->tenantOwnershipRelationshipName) ?? config('curator.tenant_ownership_relationship_name');
return $this->tenantOwnershipRelationshipName ?? config('curator.tenant_ownership_relationship_name');
}

public function lazyLoad(bool|Closure $condition = true): static
Expand Down

0 comments on commit f477ddd

Please sign in to comment.