6
0
Fork 0
release
panliang 2022-05-31 14:56:55 +08:00
parent 51e11fb3d2
commit b04da7b793
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,12 @@ class AppSettingSeeder extends Seeder
'merchant_master_secret' => 'HCB87uFoF18iWsKHf7VY57',
],
'remarks' => '个推配置',
],
'custom' => [
'value' => [
'service_phone' => '####',
'wechat' => '####'
]
]
] as $key => $values) {
Setting::firstOrCreate(['key' => $key], $values);