We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813ce11 commit 548caa9Copy full SHA for 548caa9
system/Filters/PageCache.php
@@ -39,7 +39,7 @@ public function __construct(?Cache $config = null)
39
$config ??= config('Cache');
40
41
$this->pageCache = service('responsecache');
42
- $this->cacheStatusCodes = $config->cacheStatusCodes;
+ $this->cacheStatusCodes = $config->cacheStatusCodes ?? [];
43
}
44
45
/**
0 commit comments