add types

This commit is contained in:
2024-11-03 22:37:38 +05:00
parent 62ea6af082
commit 0a860b3259
6 changed files with 74 additions and 26 deletions

View File

@@ -21,6 +21,7 @@ class EditPaymentOrder extends EditRecord
Actions\DeleteAction::make(),
Action::make('sendEmail')
->action(function (array $data) {
/** @var \App\Modules\PaymentOrder\Models\PaymentOrder $paymentOrder */
$paymentOrder = $this->getRecord();
Carbon::setLocale('tk');