Skip to content

Commit efb114c

Browse files
authored
Move cache file into core caches folder
Fixes: #23
1 parent 6f022ec commit efb114c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConfigLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function flushCache(): void
111111

112112
private function getCacheFile(): string
113113
{
114-
return getenv('TYPO3_PATH_APP') . '/var/cache/code' . sprintf(CachedConfigurationLoader::CACHE_FILE_PATTERN, $this->getCacheIdentifier());
114+
return getenv('TYPO3_PATH_APP') . '/var/cache/code/core' . sprintf(CachedConfigurationLoader::CACHE_FILE_PATTERN, $this->getCacheIdentifier());
115115
}
116116

117117
private function buildLoader(): ConfigurationLoader

0 commit comments

Comments
 (0)