fix relation, fix migration, fix all route use token, fix service sync simbg, fix detail pbg

This commit is contained in:
arifal
2025-02-07 16:03:52 +07:00
parent 97ffd322a1
commit 55dc0751d3
18 changed files with 3184 additions and 3033 deletions

View File

@@ -16,7 +16,12 @@ class DataSettingSeeder extends Seeder
$data_settings = [
[
"key" => "TARGET_PAD",
"value" => "33.200.000.000",
"value" => "50000000000",
"type" => "integer"
],
[
"key" => "TATA_RUANG",
"value" => "10000000000",
"type" => "integer"
]
];