Skip to content

Commit

Permalink
fix TU
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed May 7, 2024
1 parent 81098ef commit 236c8b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ConsumableItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public function rawSearchOptions()
'forcegroupby' => true,
'usehaving' => true,
'massiveaction' => false,
'nometa' => true,
'joinparams' => [
'jointype' => 'child',
],
Expand All @@ -239,6 +240,7 @@ public function rawSearchOptions()
'forcegroupby' => true,
'usehaving' => true,
'massiveaction' => false,
'nometa' => true,
'joinparams' => [
'jointype' => 'child',
],
Expand Down

0 comments on commit 236c8b4

Please sign in to comment.