This commit is contained in:
2025-11-18 00:19:28 +05:00
parent bccf52a8fb
commit 4c83d41eb0

View File

@@ -21,7 +21,7 @@ class VisaMasterPaymentOrdersTable
public static function configure(Table $table): Table public static function configure(Table $table): Table
{ {
return $table return $table
->defaultSort('created_at', 'desc') ->defaultSort('created_at', 'asc')
->columns([ ->columns([
TextColumn::make('id') TextColumn::make('id')
->label(__('ID')) ->label(__('ID'))