Skip to content

Commit

Permalink
Merge pull request #2 from akshay-sood/main
Browse files Browse the repository at this point in the history
[BugFix] : Removed `ray()` debugging from `MoneyInput` setUp
  • Loading branch information
pelmered authored Jan 16, 2024
2 parents 031ed4b + 97b342b commit bd6e88f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Forms/Components/MoneyInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ protected function setUp(): void

$this->afterStateHydrated(static function (MoneyInput $component, $state): string {

ray($component->locale, $component->currency, $state)->green();
$currencies = new ISOCurrencies();
$numberFormatter = new NumberFormatter($component->locale, NumberFormatter::CURRENCY);
$moneyFormatter = new IntlMoneyFormatter($numberFormatter, $currencies);
Expand Down

0 comments on commit bd6e88f

Please sign in to comment.