wip
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user