1
0
Fork 0

Update AdminSettingsController

This commit is contained in:
Daniel Supernault 2022-04-07 23:52:55 -06:00
parent c08601e3d4
commit a3d76ee522
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,9 @@ trait AdminSettingsController
$val = $request->input($key);
if($cc && $cc->v != $val) {
ConfigCacheService::put($value, $val);
}
} else if(!empty($val)) {
ConfigCacheService::put($value, $val);
}
}
$bools = [