diff --git a/app/Services/ConfigCacheService.php b/app/Services/ConfigCacheService.php index 06363a11b..bd49b2a1e 100644 --- a/app/Services/ConfigCacheService.php +++ b/app/Services/ConfigCacheService.php @@ -33,6 +33,8 @@ class ConfigCacheService 'captcha.cap.secret', ]; + + // the rules are type checks - string, url, boolean, enum "in", integer, json const KEYS = [ // filesystems.php — s3 disk 'filesystems.disks.s3.key' => ['list' => 'ENVCONFIG', 'env' => 'AWS_ACCESS_KEY_ID', 'rule' => 'string'],