Skip to content

Commit

Permalink
Improved API for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
oojacoboo committed Sep 11, 2023
1 parent 0854b41 commit a3ec422
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 @@ -26,7 +26,7 @@ final class MultiTenancy
public function __construct(
private bool $enable = true,
private array $filters = [],
private FilterStrategy $filterStrategy = FilterStrategy::AnyMatch,
private FilterStrategy $strategy = FilterStrategy::AnyMatch,
) {}


Expand Down

0 comments on commit a3ec422

Please sign in to comment.