Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBnl committed Nov 10, 2024
1 parent 8ccbc3d commit 318a3f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Taxonomies/TermQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ private function applyCollectionAndTaxonomyWheres()
$termsTable = (new TermModel)->getTable();
$query = TermModel::where('taxonomy', $taxonomy)
->join($enrtiesTable, function (JoinClause $join) use ($taxonomy, $enrtiesTable, $termsTable) {
// TODO: make Expression db driver independent
$wrappedColumn = $join->getGrammar()->wrap("{$termsTable}.slug");
$column = match (DB::getDriverName()) {
'mysql' => "json_quote({$wrappedColumn})",
Expand Down

0 comments on commit 318a3f1

Please sign in to comment.