Skip to content

Commit

Permalink
Move cache file into core caches folder
Browse files Browse the repository at this point in the history
Fixes: #23
  • Loading branch information
helhum committed Jun 7, 2021
1 parent 6f022ec commit efb114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function flushCache(): void

private function getCacheFile(): string
{
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());
}

private function buildLoader(): ConfigurationLoader
Expand Down

0 comments on commit efb114c

Please sign in to comment.