Skip to content

Commit

Permalink
Corrected identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
oojacoboo committed Oct 18, 2022
1 parent 9245e27 commit 5f3a77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected function parseWhereClause(string $filter, array $identifiers, array $v
public function addFilterConstraint(ClassMetadata $targetEntity, $targetTableAlias)
{
// If we're explicitly disabling multi-tenancy, there is nothing to do here
if (!$this->getEntityManager()->getFilters()->isEnabled('multi_tenancy')) {
if (!$this->getEntityManager()->getFilters()->isEnabled('multi-tenancy')) {
return '';
}

Expand Down

0 comments on commit 5f3a77a

Please sign in to comment.