Skip to content

Commit

Permalink
Fixed incorrect property name
Browse files Browse the repository at this point in the history
  • Loading branch information
oojacoboo committed Sep 11, 2023
1 parent a3ec422 commit 25b2a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attribute/MultiTenancy.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ public function getFilters(): array
*/
public function getFilterStrategy(): FilterStrategy
{
return $this->filterStrategy;
return $this->strategy;
}
}

0 comments on commit 25b2a54

Please sign in to comment.