This commit is contained in:
2025-11-18 00:19:04 +05:00
parent 6e03c4d218
commit bccf52a8fb

View File

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