remove from ip
This commit is contained in:
@@ -126,7 +126,7 @@ class CardOrder extends Model
|
||||
public function panelUrl(string $type = 'index'): string
|
||||
{
|
||||
return match ($type) {
|
||||
'index' => sprintf('/panel/resources/card-orders'),
|
||||
'index' => sprintf('%s/resources/card-orders', config('nova.path')),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user