From bccf52a8fb98bced6b71b8880aef5cb16450f1ae Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 18 Nov 2025 00:19:04 +0500 Subject: [PATCH] wip --- .../Tables/VisaMasterPaymentOrdersTable.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php b/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php index c095bf8..a2eb514 100644 --- a/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php +++ b/app/Filament/Clusters/VisaMasterPayments/Resources/VisaMasterPaymentOrders/Tables/VisaMasterPaymentOrdersTable.php @@ -21,6 +21,7 @@ class VisaMasterPaymentOrdersTable public static function configure(Table $table): Table { return $table + ->defaultSort('created_at', 'desc') ->columns([ TextColumn::make('id') ->label(__('ID'))