Skip to content

Commit 7201dbc

Browse files
Refactor currency method parameters in PriceFilter class
1 parent 5d06da6 commit 7201dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filament/Tables/Filters/PriceFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static function getDefaultName(): ?string
2929
return 'priceFilter';
3030
}
3131

32-
public function currency(Closure | string | null $currency = null, Closure | string | null $locale = null, Closure | bool $cents = true, Closure | string | null $column = null): static
32+
public function currency(Closure | string | null $currency = null, Closure | string | null $locale = null, Closure | bool $cents = true): static
3333
{
3434
$this->currency = $currency;
3535
$this->locale = $locale;

0 commit comments

Comments
 (0)