wip
This commit is contained in:
@@ -127,7 +127,7 @@ class CardOrder extends Model
|
||||
public function panelUrl(string $type = 'index'): string
|
||||
{
|
||||
return match ($type) {
|
||||
'index' => sprintf('resources/card-orders'),
|
||||
'index' => sprintf('/panel/resources/card-orders'),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user