Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy authored and github-actions[bot] committed Jan 11, 2025
1 parent 32d0afb commit 6fa9c45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/FilamentCurrencyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function bootingPackage(): void
return $this;
});


Summarizers\Summarizer::macro('currency', function (string | Closure | null $currency = null, ?bool $shouldConvert = null) use ($formatter): Summarizers\Summarizer {
/**
* @var Summarizers\Sum $this
Expand All @@ -72,7 +71,7 @@ public function bootingPackage(): void

return $this;
});

Summarizers\Sum::macro('currency', function (string | Closure | null $currency = null, ?bool $shouldConvert = null) use ($formatter): Summarizers\Sum {
/**
* @var Summarizers\Sum $this
Expand Down

0 comments on commit 6fa9c45

Please sign in to comment.