From 0e39450849111c73508e612234004f1f60a648aa Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 18 Nov 2025 00:21:26 +0500 Subject: [PATCH] wip --- .../Tables/VisaMasterPaymentOrdersTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php b/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php index c1f6802..67bd745 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', 'asc') + ->defaultSort('created_at', direction: 'desc') ->columns([ TextColumn::make('id') ->label(__('ID'))