This commit is contained in:
2024-10-14 21:47:19 +05:00
parent 42f3e5512b
commit 2f21e78bf3
3 changed files with 22 additions and 4 deletions

View File

@@ -116,7 +116,9 @@ class OnlinePaymentHistoryResource extends Resource
public function actions(NovaRequest $request)
{
return [
CheckOnlinePayment::make(),
CheckOnlinePayment::make()
->icon('rss')
->sole(),
];
}
}