Skip to content

Commit

Permalink
Update ExceptionResource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
carloeusebi authored Jan 19, 2025
1 parent b0d5f4b commit 7274250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/ExceptionResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static function form(Form $form): Form
public static function table(Table $table): Table
{
return $table
->modifyQueryUsing(fn (Builder $query) => $query->select('id', 'path', 'method', 'type', 'code', 'ip', 'created_at'))
->modifyQueryUsing(fn ($query) => $query->select('id', 'path', 'method', 'type', 'code', 'ip', 'created_at'))
->columns([
Tables\Columns\TextColumn::make('method')
->label(fn (): string => __('filament-exceptions::filament-exceptions.columns.method'))
Expand Down

0 comments on commit 7274250

Please sign in to comment.