Skip to content

Commit

Permalink
Add missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Aug 16, 2023
1 parent d5bf754 commit fe95667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/X509/Model/Behavior/ExpressionInjector.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ public function rewriteCondition(Filter\Condition $condition, $relation = null)

$condition->setColumn($this->query->getDb()->getQueryBuilder()->buildExpression($expression));
}

return null;
}
}

0 comments on commit fe95667

Please sign in to comment.