add types
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user