wip
This commit is contained in:
@@ -148,6 +148,7 @@ class CardResource extends Resource
|
||||
->required()
|
||||
->beforeOrEqual('today'),
|
||||
])
|
||||
->openUrlInNewTab()
|
||||
->action(fn (array $data, Card $record) => CardTransactionRepository::make()->downloadCardTransaction($data, $record)),
|
||||
|
||||
EditAction::make()
|
||||
|
||||
Reference in New Issue
Block a user