Skip to content

Commit

Permalink
new instead of make cuz we don’t have a collection here
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Dec 2, 2024
1 parent 39f0f4a commit 438f396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tags/Collection/Entries.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ protected function defaultOrderBy()

protected function querySelect($query)
{
if ($keys = $this->getQuerySelectKeys(Entry::make())) {
if ($keys = $this->getQuerySelectKeys(new Entry)) {
$query->select($keys);
}
}
Expand Down

0 comments on commit 438f396

Please sign in to comment.