Skip to content

Commit

Permalink
Update AppKernel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Codencode committed Jan 26, 2024
1 parent 0df0178 commit 06cae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private function getActiveModules(): array
protected function getContainerClearCacheLockPath(): string
{
$class = $this->getContainerClass();
$cacheDir = $this->getCacheDir();
$cacheDir = sys_get_temp_dir();

return sprintf('%s/%s.php.cache_clear.lock', $cacheDir, $class);
}
Expand Down

0 comments on commit 06cae63

Please sign in to comment.