This commit is contained in:
2025-11-18 00:21:26 +05:00
parent 4c83d41eb0
commit 0e39450849

View File

@@ -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'))