Skip to content

Commit

Permalink
Fix styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ObaydaAlesawi authored Jul 31, 2023
1 parent b0d6565 commit 1e144dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Storage/EntryModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ protected function whereTag($query, EntryQueryOptions $options)
if (empty($tags)) {
return $this;
}

return $query->whereIn('uuid', function ($query) use ($tags) {
$query->select('entry_uuid')->from('telescope_entries_tags');
foreach ($tags as $tag) {
Expand Down

0 comments on commit 1e144dd

Please sign in to comment.