From 6fa9c4572d913c8e349740821f944bbf8d572916 Mon Sep 17 00:00:00 2001 From: ariaieboy Date: Sat, 11 Jan 2025 17:16:54 +0000 Subject: [PATCH] Fix styling --- src/FilamentCurrencyServiceProvider.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FilamentCurrencyServiceProvider.php b/src/FilamentCurrencyServiceProvider.php index d6f57f0..315157e 100644 --- a/src/FilamentCurrencyServiceProvider.php +++ b/src/FilamentCurrencyServiceProvider.php @@ -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 @@ -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