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.
2 parents a4f7bfd + 81d5603 commit 7f99622Copy full SHA for 7f99622
src/PathPreserver.php
@@ -99,7 +99,7 @@ public function preserve()
99
continue;
100
}
101
102
- $unique = $installPath.' '.time();
+ $unique = $installPath.' '.uniqid('', true);
103
$cacheRoot = $this->filesystem->normalizePath($this->cacheDir.'/preserve-paths/'.sha1($unique));
104
$this->filesystem->ensureDirectoryExists($cacheRoot);
105
0 commit comments