Update ConfigCacheService.php

pull/6436/head
Shlee 4 weeks ago committed by GitHub
parent ef6187b917
commit e38913369f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -166,7 +166,7 @@ class ConfigCacheService
}
}
if (! $v) {
if ($v === null) {
return;
}

Loading…
Cancel
Save