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 6f022ec commit efb114cCopy full SHA for efb114c
src/ConfigLoader.php
@@ -111,7 +111,7 @@ public function flushCache(): void
111
112
private function getCacheFile(): string
113
{
114
- return getenv('TYPO3_PATH_APP') . '/var/cache/code' . sprintf(CachedConfigurationLoader::CACHE_FILE_PATTERN, $this->getCacheIdentifier());
+ return getenv('TYPO3_PATH_APP') . '/var/cache/code/core' . sprintf(CachedConfigurationLoader::CACHE_FILE_PATTERN, $this->getCacheIdentifier());
115
}
116
117
private function buildLoader(): ConfigurationLoader
0 commit comments