partial update fix sync data pbg

This commit is contained in:
arifal
2025-08-07 22:04:40 +07:00
parent dd1cd72450
commit 3902a486f7
11 changed files with 114 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ class GlobalSettingSeeder extends Seeder
],
[
"key" => "SIMBG_PASSWORD",
"value" => "Simbg123",
"value" => "LogitechG29",
"type" => "string",
"description" => "Password SIMBG",
"created_at" => Carbon::now()->format("Y-m-d H:i:s"),

View File

@@ -32,7 +32,7 @@ class MenuSeeder extends Seeder
"sort_order" => 2,
"children" => [
[
"name" => "Dashboard Pimpinan SIMBG",
"name" => "Dashboard Pimpinan (PBG)",
"url" => "dashboard.home",
"icon" => null,
"sort_order" => 1,