We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b79085 commit 19397d0Copy full SHA for 19397d0
1 file changed
src/Traits/AsOrder.php
@@ -561,7 +561,6 @@ protected function applicableDiscountRulesQuery(): Builder
561
'(`bazar_discountables`.`discountable_type` || \':\' || `bazar_discountables`.`discountable_id`) in (%s)',
562
$this->items()->selectRaw('(`bazar_items`.`buyable_type` || \':\' || `bazar_items`.`buyable_id`) as `type`')->toRawSql()
563
))
564
- ->ddRawSql()
565
);
566
});
567
})
0 commit comments