Skip to content

Commit 19397d0

Browse files
committed
fix
1 parent 5b79085 commit 19397d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Traits/AsOrder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ protected function applicableDiscountRulesQuery(): Builder
561561
'(`bazar_discountables`.`discountable_type` || \':\' || `bazar_discountables`.`discountable_id`) in (%s)',
562562
$this->items()->selectRaw('(`bazar_items`.`buyable_type` || \':\' || `bazar_items`.`buyable_id`) as `type`')->toRawSql()
563563
))
564-
->ddRawSql()
565564
);
566565
});
567566
})

0 commit comments

Comments
 (0)