We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97863a1 commit bfe136aCopy full SHA for bfe136a
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