Skip to content

Commit

Permalink
cleanup dump
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBnl committed Nov 13, 2024
1 parent 2b8742a commit 8ce0c04
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 @@ -250,7 +250,6 @@ private function applyCollectionAndTaxonomyWheres()
->pluck('slug');
}

dump("using map");
return TermModel::where('taxonomy', $taxonomy)
->select('slug')
->get()
Expand Down

0 comments on commit 8ce0c04

Please sign in to comment.