This commit is contained in:
2024-11-25 22:13:57 +05:00
parent 590a88a96a
commit 717f90fca2
4 changed files with 21 additions and 16 deletions

View File

@@ -25,6 +25,14 @@ class MakeSberPaymentAction extends Action
{
use InteractsWithQueue, Queueable;
/**
* Name.
*/
public function name(): string
{
return __('Make payment');
}
/**
* Perform the action on the given models.
*/