From 19ef6ad1f58857ed4e30a12597e24477f5be4478 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 19 Sep 2026 17:36:25 +0930 Subject: [PATCH] Update ConfigCacheService.php --- app/Services/ConfigCacheService.php | 2 ++ 1 file changed, 2 insertions(+) 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'],