diff --git a/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php b/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php index a2eb514..c1f6802 100644 --- a/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php +++ b/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php @@ -21,7 +21,7 @@ class VisaMasterPaymentOrdersTable public static function configure(Table $table): Table { return $table - ->defaultSort('created_at', 'desc') + ->defaultSort('created_at', 'asc') ->columns([ TextColumn::make('id') ->label(__('ID'))