Skip to content

Commit

Permalink
[5.x] Run query scopes after all other query methods so the query can…
Browse files Browse the repository at this point in the history
… be changed (#10872)
  • Loading branch information
ryanmitchell authored Oct 1, 2024
1 parent 42cc99f commit c2643fd
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 @@ -190,8 +190,8 @@ protected function query()
$this->queryTaxonomies($query);
$this->queryRedirects($query);
$this->queryConditions($query);
$this->queryScopes($query);
$this->queryOrderBys($query);
$this->queryScopes($query);

return $query;
}
Expand Down

0 comments on commit c2643fd

Please sign in to comment.