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