Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson authored and github-actions[bot] committed Feb 15, 2024
1 parent 72b09d3 commit 1bc657c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected function mutateFormDataBeforeSave(array $data): array
$minPrices = $data['data']['min_prices'] ?? [];
$fixedPrices = $data['data']['fixed_values'] ?? [];
$currencies = Currency::enabled()->get();

foreach ($minPrices as $currencyCode => $value) {
$currency = $currencies->first(
fn ($currency) => $currency->code == $currencyCode
Expand Down

0 comments on commit 1bc657c

Please sign in to comment.