We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d06da6 commit 7201dbcCopy full SHA for 7201dbc
src/Filament/Tables/Filters/PriceFilter.php
@@ -29,7 +29,7 @@ public static function getDefaultName(): ?string
29
return 'priceFilter';
30
}
31
32
- public function currency(Closure | string | null $currency = null, Closure | string | null $locale = null, Closure | bool $cents = true, Closure | string | null $column = null): static
+ public function currency(Closure | string | null $currency = null, Closure | string | null $locale = null, Closure | bool $cents = true): static
33
{
34
$this->currency = $currency;
35
$this->locale = $locale;
0 commit comments