migrate *** ** * ***** **** ***

This commit is contained in:
2024-09-30 18:23:37 +05:00
parent b1bf137ff1
commit 9fecfccf22
5 changed files with 121 additions and 5 deletions

View File

@@ -176,4 +176,15 @@ class VisaMasterPaymentOrder extends Model implements HasMedia
{
return 250;
}
/**
* Panel url
*/
public function panelUrl(string $type = 'index'): string
{
return match ($type) {
'index' => sprintf('%s/resources/nova-visa-master-payment-orders', config('nova.path')),
default => config('nova.path'),
};
}
}