This commit is contained in:
2024-01-28 21:34:23 +05:00
parent 1630f29c5a
commit a70230b7c1
2 changed files with 2 additions and 2 deletions

View File

@@ -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'),
};
}
}