update users

This commit is contained in:
2025-05-08 17:01:22 +05:00
parent e44d88cdb1
commit a941dbc0bb
10 changed files with 19 additions and 18 deletions

View File

@@ -382,7 +382,7 @@ class CardOrder extends Resource
public function actions(NovaRequest $request): array
{
return [
(new RetryNovaCardOrderPayment())
(new RetryNovaCardOrderPayment)
->sole()
->onlyOnDetail()
->canSee(fn () => true)