Skip to content

Commit

Permalink
Apply fixes from Duster
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored and actions-user committed Oct 18, 2023
1 parent 2f49d60 commit 62a26fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ProductController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function show(int $productId)
'tierPrices',
'images',
'url',
'min_sale_qty'
'min_sale_qty',
];

$attributes = Eventy::filter('productpage.frontend.attributes', $attributes);
Expand Down

0 comments on commit 62a26fa

Please sign in to comment.