Skip to content

Commit

Permalink
fix: phpstan types
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Dec 7, 2024
1 parent d12226b commit 3450f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/Livewire/Pages/Product/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function table(Table $table): Table
->searchable()
->toggleable()
->sortable(),
Tables\Columns\TextColumn::make('price_amount')
Tables\Columns\TextColumn::make('price_amount') // @phpstan-ignore-line
->label(__('shopper::forms.label.price'))
->currency(currency: shopper_currency())
->sortable(),
Expand Down

0 comments on commit 3450f19

Please sign in to comment.