fix tourisms routing

This commit is contained in:
arifal
2025-03-04 16:13:17 +07:00
parent 435a19346b
commit 0a7012a57c
5 changed files with 77 additions and 69 deletions

View File

@@ -188,7 +188,7 @@ class UsersRoleMenuSeeder extends Seeder
],
[
"name" => "Pariwisata",
"url" => "tourisms.index",
"url" => "web-tourisms.index",
"icon" => null,
"parent_id" => $data->id,
"sort_order" => 5,
@@ -209,7 +209,7 @@ class UsersRoleMenuSeeder extends Seeder
],
[
"name" => "Lap Pariwisata",
"url" => "tourisms.index",
"url" => "tourisms-report.index",
"icon" => null,
"parent_id" => $laporan->id,
"sort_order" => 1,